mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
* 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
|