Subversion Repositories Games.Carmageddon

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef _FONTPTRS_H_
  2. #define _FONTPTRS_H_
  3.  
  4. #include "brender/br_types.h"
  5.  
  6. extern br_font* BrFontProp4x6;
  7. extern br_font* BrFontProp7x9;
  8. extern br_font* BrFontFixed3x5;
  9.  
  10. #endif
  11.