mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
Sync
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#ifndef DATAOBJECT_H
|
||||
#define DATAOBJECT_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// TODO: This file should be autogenerated.
|
||||
|
||||
extern u8 FONT_nes_tex_font1[];
|
||||
extern u8 FONT_nes_tex_jyouge[];
|
||||
extern u8 FONT_nes_tex_sayuu[];
|
||||
extern u8 FONT_nes_tex_cursor[];
|
||||
extern u8 FONT_nes_tex_next[];
|
||||
extern u8 FONT_nes_tex_choice[];
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user