mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
fca5307ea9
* m_play * Some warnings * lots of function renames from the gcn version * fix warnings * format * a * a * PR * PR2 --------- Co-authored-by: Maide <you@example.com> Co-authored-by: angie <angheloalf95@gmail.com>
9 lines
144 B
C
9 lines
144 B
C
#ifndef BUILD_H
|
|
#define BUILD_H
|
|
|
|
extern const char __Creator__[];
|
|
extern const char __DateTime__[];
|
|
extern const char __MakeOption__[];
|
|
|
|
#endif
|