Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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
12DSError TRKRequestSend(TRKBuffer* msgBuf, int* bufferId, u32 p1, u32 p2, int p3);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif /* METROTRK_PORTABLE_SUPPORT_H */
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:9