nishbox/engine/nb_font.h
2025-04-03 18:14:35 +09:00

16 lines
177 B
C

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