Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
main_TRK.h
Go to the documentation of this file.
1#ifndef METROTRK_PORTABLE_MAIN_TRK_H
2#define METROTRK_PORTABLE_MAIN_TRK_H
3
4#include "trk.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10DSError TRK_main(void);
11
12#ifdef __cplusplus
13}
14#endif
15
16#endif /* METROTRK_PORTABLE_MAIN_TRK_H */
DSError TRK_main(void)
Definition main_TRK.c:13
DSError
Definition trk.h:19