Use Game Maker conventions for resource names

This commit is contained in:
2024-02-27 16:00:57 -08:00
parent 08f279e340
commit 407a984300
9 changed files with 14 additions and 14 deletions

View File

@ -3,6 +3,6 @@
#include "sys/sys.h"
extern sys_glyph sys_font_small[256];
extern sys_glyph font_sys_font_small[256];
#endif // CROCPARTY_SYS_FONT_SMALL_H