nishbox/engine/include/gf_font.h
2025-04-15 20:03:02 +09:00

26 lines
276 B
C

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