Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
nubinit.h
Go to the documentation of this file.
1#ifndef METROTRK_PORTABLE_NUBINIT_H
2#define METROTRK_PORTABLE_NUBINIT_H
3
4#include "trk.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void TRKNubWelcome(void);
11void TRKNubMainLoop(void);
12DSError TRKTerminateNub(void);
13DSError TRKInitializeNub(void);
14
15extern BOOL gTRKBigEndian;
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif /* METROTRK_PORTABLE_NUBINIT_H */
DSError TRKTerminateNub(void)
void TRKNubMainLoop(void)
void TRKNubWelcome(void)
BOOL gTRKBigEndian
DSError TRKInitializeNub(void)