Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | TRKEvent |
struct | TRKEventQueue |
Typedefs | |
typedef u32 | NubEventID |
typedef struct TRKEvent | TRKEvent |
typedef struct TRKEventQueue | TRKEventQueue |
Functions | |
BOOL | TRKGetNextEvent (TRKEvent *event) |
void | TRKDestructEvent (TRKEvent *) |
void | TRKConstructEvent (TRKEvent *, NubEventType) |
DSError | TRKPostEvent (TRKEvent *) |
DSError | TRKInitializeEventQueue () |
Variables | |
TRKEventQueue | gTRKEventQueue |
void TRKConstructEvent | ( | TRKEvent * | event, |
NubEventType | eventType | ||
) |
DSError TRKInitializeEventQueue | ( | ) |
|
extern |