Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
msgbuf.h
Go to the documentation of this file.
1#ifndef METROTRK_PORTABLE_MSGBUF_H
2#define METROTRK_PORTABLE_MSGBUF_H
3
4#include "trk.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
11void* TRKGetBuffer(int);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif /* METROTRK_PORTABLE_MSGBUF_H */
T cLib_calcTimer(T *value)
Definition c_lib.h:74
static u8 pos[12]
Definition d_a_obj_kago.cpp:839
void * TRKGetBuffer(int)
Definition msgbuf.c:55
DSError TRKSetBufferPosition(TRKBuffer *msg, u32 pos)
Definition msgbuf.c:86
void TRKResetBuffer(TRKBuffer *msg, BOOL keepData)
Definition msgbuf.c:76
Definition trk.h:203
DSError
Definition trk.h:19
int BOOL
Definition types.h:27
unsigned long u32
Definition types.h:10