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);
12void TRKResetBuffer(TRKBuffer* msg, BOOL keepData);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif /* METROTRK_PORTABLE_MSGBUF_H */
int BOOL
Definition types.h:33
unsigned long u32
Definition types.h:12
void * TRKGetBuffer(int)
Definition msgbuf.c:51
DSError TRKSetBufferPosition(TRKBuffer *msg, u32 pos)
Definition msgbuf.c:79
void TRKResetBuffer(TRKBuffer *msg, BOOL keepData)
Definition msgbuf.c:70
Definition trk.h:203
DSError
Definition trk.h:19