mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
11 lines
218 B
C
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
|