Subversion Repositories Kolibri OS

Rev

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

  1. #ifndef OGL_FONTS_H_
  2. #define OGL_FONTS_H_
  3.  
  4. #ifdef __cplusplus
  5. #define OGL_FONTS_DECL_BEGIN__ extern "C" {
  6. #define OGL_FONTS_DECL_END__ }
  7. #else
  8. #define OGL_FONTS_DECL_BEGIN__
  9. #define OGL_FONTS_DECL_END__
  10. #endif
  11.  
  12. OGL_FONTS_DECL_BEGIN__
  13.  
  14. extern unsigned char ogl_font_5x5[256][5][5];
  15.  
  16. OGL_FONTS_DECL_END__
  17.  
  18. #endif /* OGL_FONTS_H_ */
  19.