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
10typedef u32 NubEventID;
11
12typedef struct TRKEvent {
13 NubEventType eventType;
15 MessageBufferID msgBufID;
17
26
29void TRKConstructEvent(TRKEvent*, NubEventType);
32
33#ifdef __cplusplus
34}
35#endif
36
37#endif /* METROTRK_PORTABLE_NUBEVENT_H */
void TRKConstructEvent(TRKEvent *, NubEventType)
void TRKDestructEvent(TRKEvent *)
BOOL TRKGetNextEvent(TRKEvent *event)
DSError TRKInitializeEventQueue()
DSError TRKPostEvent(TRKEvent *)
u32 NubEventID
Definition nubevent.h:10
TRKEventQueue gTRKEventQueue
struct TRKEventQueue TRKEventQueue
struct TRKEvent TRKEvent
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