Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
support.h
Go to the documentation of this file.
1#ifndef METROTRK_PORTABLE_SUPPORT_H
2#define METROTRK_PORTABLE_SUPPORT_H
3
4#include "trk.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef struct TRKBuffer TRKBuffer;
11
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif /* METROTRK_PORTABLE_SUPPORT_H */
T cLib_calcTimer(T *value)
Definition c_lib.h:74
Definition trk.h:203
DSError TRKRequestSend(TRKBuffer *msgBuf, int *bufferId, u32 p1, u32 p2, int p3)
Definition support.c:94
DSError
Definition trk.h:19
unsigned long u32
Definition types.h:10