mirror of
https://github.com/ApacheThunder/GBA-Exploader.git
synced 2025-06-18 11:35:38 -04:00
11 lines
164 B
C
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
|
|
|