mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
10 lines
113 B
C
10 lines
113 B
C
#ifndef FONT_H
|
|
#define FONT_H
|
|
|
|
typedef struct {
|
|
sftd_font *font;
|
|
} font_userdata;
|
|
|
|
extern u32 textSize;
|
|
|
|
#endif
|