Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Data Structures | Typedefs | Functions
os_time.h File Reference
#include <PR/os_message.h>

Go to the source code of this file.

Data Structures

struct  OSTimer_str
 

Typedefs

typedef struct OSTimer_str OSTimer
 
typedef u64 OSTime
 

Functions

OSTime osGetTime (void)
 
void osSetTime (OSTime time)
 
u32 osSetTimer (OSTimer *, OSTime, u64, OSMesgQueue *, OSMesg)
 

Typedef Documentation

◆ OSTime

◆ OSTimer

Function Documentation

◆ osGetTime()

OSTime osGetTime ( void  )

◆ osSetTime()

void osSetTime ( OSTime  time)

◆ osSetTimer()

u32 osSetTimer ( OSTimer ,
OSTime  ,
u64  ,
OSMesgQueue *  ,
OSMesg   
)