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
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 */
struct TRKBuffer TRKBuffer
Definition dispatch.h:25
DSError TRKRequestSend(TRKBuffer *msgBuf, int *bufferId, u32 p1, u32 p2, int p3)