SSBM Decomp
Loading...
Searching...
No Matches
main_TRK.h
Go to the documentation of this file.
1#ifndef _METROTRK_MAIN_TRK_H
2#define _METROTRK_MAIN_TRK_H
3
4#include <platform.h>
5
7int TRK_main(void);
8
9#endif
u8 TRKTargetCPUMinorType(void)
Definition main_TRK.c:8
int TRK_main(void)
Definition main_TRK.c:13
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20