You've already forked sm64coopdx
mirror of
https://github.com/izzy2lost/sm64coopdx.git
synced 2026-03-26 16:56:02 -07:00
12 lines
212 B
C
12 lines
212 B
C
#ifndef _ULTRA64_OS_MISC_H_
|
|
#define _ULTRA64_OS_MISC_H_
|
|
#include <PR/ultratypes.h>
|
|
/* Miscellaneous OS functions */
|
|
|
|
void osInitialize(void);
|
|
u32 osGetCount(void);
|
|
|
|
uintptr_t osVirtualToPhysical(void *);
|
|
|
|
#endif
|