nishbox/engine/nb_font.h
2025-03-30 00:14:34 +09:00

15 lines
169 B
C

#ifndef __NB_FONT_H__
#define __NB_FONT_H__
#include <nb_macro.h>
/* External library */
/* NishBox */
/* Standard */
extern unsigned char nb_font[128][8];
#endif