mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 11:54:39 +00:00
10 lines
276 B
C
10 lines
276 B
C
const char gBuildTeam[] = "zelda@srd022j";
|
|
|
|
// TODO: Use per-version preprocessor defines
|
|
#if OOT_DEBUG // gc-eu-mq-dbg
|
|
const char gBuildDate[] = "03-02-21 00:16:31";
|
|
#else // gc-eu-mq
|
|
const char gBuildDate[] = "03-02-21 20:37:19";
|
|
#endif
|
|
|
|
const char gBuildMakeOption[] = "";
|