Files
ac-decomp/include/dataobject.h
T
Cuyler36 7336d51f44 Sync
2023-04-16 13:43:32 -04:00

24 lines
379 B
C

#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