oot/include/build.h

9 lines
146 B
C

#ifndef BUILD_H
#define BUILD_H
extern const char gBuildCreator[];
extern const char gBuildDate[];
extern const char gBuildMakeOption[];
#endif