summaryrefslogtreecommitdiff
path: root/include/build.h
blob: 25afaaa81193f7c2455c54215ba00ac8fe951596 (plain)
1
2
3
4
5
6
7
8
#ifndef BUILD_H
#define BUILD_H

extern const char gBuildCreator[];
extern const char gBuildDate[];
extern const char gBuildMakeOption[];

#endif