Loading [MathJax]/extensions/MathMenu.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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 */
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
int const char * msg
Definition os.h:193
Definition trk.h:203
DSError
Definition trk.h:19
int BOOL
Definition types.h:30
unsigned long u32
Definition types.h:9