Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
nubevent.h
Go to the documentation of this file.
1#ifndef METROTRK_PORTABLE_NUBEVENT_H
2#define METROTRK_PORTABLE_NUBEVENT_H
3
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
11
17
26
32
33#ifdef __cplusplus
34}
35#endif
36
37#endif /* METROTRK_PORTABLE_NUBEVENT_H */
T cLib_calcTimer(T *value)
Definition c_lib.h:74
void TRKConstructEvent(TRKEvent *, NubEventType)
Definition nubevent.c:59
void TRKDestructEvent(TRKEvent *)
Definition nubevent.c:66
BOOL TRKGetNextEvent(TRKEvent *event)
Definition nubevent.c:17
DSError TRKInitializeEventQueue()
Definition nubevent.c:6
DSError TRKPostEvent(TRKEvent *)
Definition nubevent.c:33
u32 NubEventID
Definition nubevent.h:10
TRKEventQueue gTRKEventQueue
Definition nubevent.c:3
Definition nubevent.h:18
NubEventID eventID
Definition nubevent.h:23
int next
Definition nubevent.h:21
int count
Definition nubevent.h:20
int _00
Definition nubevent.h:19
TRKEvent events[2]
Definition nubevent.h:22
Definition nubevent.h:12
NubEventID eventID
Definition nubevent.h:14
NubEventType eventType
Definition nubevent.h:13
MessageBufferID msgBufID
Definition nubevent.h:15
DSError
Definition trk.h:19
NubEventType
Definition trk.h:149
int MessageBufferID
Definition trk.h:199
int BOOL
Definition types.h:27
unsigned long u32
Definition types.h:10