mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
a017b8f228
* IO_READ * CIC6105.h * CIC defines * sRomInfoFaultClient * CIC6105_Init * CIC6105_Destroy * hopefully final cleanup * review * bss * bss
9 lines
125 B
C
9 lines
125 B
C
#ifndef BUILD_H
|
|
#define BUILD_H
|
|
|
|
extern char gBuildTeam[];
|
|
extern char gBuildDate[];
|
|
extern char gBuildMakeOption[];
|
|
|
|
#endif
|