nishbox/engine/include/gf_font.h
2025-04-12 15:41:53 +09:00

20 lines
196 B
C

/**
* Font
*/
#ifndef __GF_FONT_H__
#define __GF_FONT_H__
#include <gf_pre.h>
#include <gf_macro.h>
/* Type */
/* Engine */
/* Standard */
GF_EXPORT unsigned char gf_font[128][8];
#endif