Files
mm/include/build.h
T
Anghelo Carvajal a017b8f228 Cleanup pass for CIC6105.c (#1371)
* IO_READ

* CIC6105.h

* CIC defines

* sRomInfoFaultClient

* CIC6105_Init

* CIC6105_Destroy

* hopefully final cleanup

* review

* bss

* bss
2023-09-24 19:23:44 +10:00

9 lines
125 B
C

#ifndef BUILD_H
#define BUILD_H
extern char gBuildTeam[];
extern char gBuildDate[];
extern char gBuildMakeOption[];
#endif