Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | OSCalendarTime |
Typedefs | |
typedef s64 | OSTime |
typedef u32 | OSTick |
typedef struct OSCalendarTime | OSCalendarTime |
Functions | |
OSTime OS_SYSTEM_TIME | AT_ADDRESS (0x800030D8) |
OSTime | OSGetTime (void) |
OSTick | OSGetTick (void) |
OSTime | __OSGetSystemTime (void) |
OSTime | __OSTimeToSystemTime (OSTime time) |
void | GetDates (s32 days, OSCalendarTime *ct) |
void | OSTicksToCalendarTime (OSTime ticks, OSCalendarTime *ct) |
u32 __OSBusClock | AT_ADDRESS (0x800000F8) |
|
extern |
OSTime OS_SYSTEM_TIME AT_ADDRESS | ( | 0x800030D8 | ) |
void GetDates | ( | s32 | days, |
OSCalendarTime * | ct | ||
) |
void OSTicksToCalendarTime | ( | OSTime | ticks, |
OSCalendarTime * | ct | ||
) |