1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-14 11:54:39 +00:00
oot/src/boot/build.c
2024-03-17 19:36:01 -04:00

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[] = "";