mirror of
https://github.com/zeldaret/oot
synced 2026-06-30 11:41:42 -04:00
655ec77138
* move remaining variables from variables.h * fix other dependencies * extra newline * fix and adjust comment * is this the problem * fix bss
8 lines
176 B
C
8 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[] = "";
|