mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-10 19:13:42 +00:00
* move remaining variables from variables.h * fix other dependencies * extra newline * fix and adjust comment * is this the problem * fix bss
7 lines
176 B
C
7 lines
176 B
C
#include "build.h"
|
|
|
|
#include "versions.h"
|
|
|
|
const char gBuildCreator[] = BUILD_CREATOR;
|
|
const char gBuildDate[] = BUILD_DATE " " BUILD_TIME;
|
|
const char gBuildMakeOption[] = "";
|