GBA-Exploader/arm9/source/maindef.h
2024-05-08 00:50:01 -05:00

11 lines
164 B
C

#ifndef maindef_h
#define maindef_h
#define ROMTITLE "GBA ExpLoader"
#define ROMVERSION "Version 0.57 by Rudolph."
#define ROMDATE ""__DATE__" "__TIME__
#endif