Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
os_misc.h
Go to the documentation of this file.
1 #ifndef _ULTRA64_OS_MISC_H_
2 #define _ULTRA64_OS_MISC_H_
3 
4 /* Miscellaneous OS functions */
5 
6 void osInitialize(void);
7 u32 osGetCount(void);
8 
10 
11 #endif
u32 osVirtualToPhysical(void *)
Definition: osVirtualToPhysical.c:3
void osInitialize(void)
Definition: osInitialize.c:25
u32 osGetCount(void)
unsigned int u32
Definition: ultratypes.h:16