nishbox/engine/nb_font.h
2025-03-31 01:07:18 +09:00

16 lines
189 B
C

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