Files
HackerOoT/include/build.h
fig02 655ec77138 variables.h: migrate all remaining varaibles, remove other dependencies except z64.h (#2505)
* move remaining variables from variables.h

* fix other dependencies

* extra newline

* fix and adjust comment

* is this the problem

* fix bss
2025-04-16 08:22:42 -04:00

11 lines
218 B
C

#ifndef BUILD_H
#define BUILD_H
extern const char gBuildAuthor[];
extern const char gCommitAuthor[];
extern const char gBuildDate[];
extern const char gBuildGitVersion[];
extern const char gCommitGitString[];
#endif