mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
655ec77138
* move remaining variables from variables.h * fix other dependencies * extra newline * fix and adjust comment * is this the problem * fix bss
9 lines
146 B
C
9 lines
146 B
C
#ifndef BUILD_H
|
|
#define BUILD_H
|
|
|
|
extern const char gBuildCreator[];
|
|
extern const char gBuildDate[];
|
|
extern const char gBuildMakeOption[];
|
|
|
|
#endif
|