mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-17 18:31:20 +00:00
19 lines
317 B
C
19 lines
317 B
C
#ifndef _DOLPHIN_OSPRIV
|
|
#define _DOLPHIN_OSPRIV
|
|
|
|
#include "dolphin/os.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
__OSExceptionHandler __OSGetExceptionHandler(__OSException exception);
|
|
OSTime __OSGetSystemTime();
|
|
OSTime __OSTimeToSystemTime(OSTime);
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#endif // _DOLPHIN_OSPRIV
|