mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
9 lines
128 B
C
9 lines
128 B
C
#ifndef BUILD_H
|
|
#define BUILD_H
|
|
|
|
extern char gBuildCreator[];
|
|
extern char gBuildDate[];
|
|
extern char gBuildMakeOption[];
|
|
|
|
#endif
|