mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 18:17:00 +00:00
@@ -22,6 +22,9 @@ struct OSAlarm {
|
||||
};
|
||||
|
||||
void OSSetAlarm(OSAlarm* alarm, OSTime tick, OSAlarmHandler handler);
|
||||
void OSSetPeriodicAlarm(OSAlarm* alarm, OSTime start, OSTime period, OSAlarmHandler handler);
|
||||
void OSCancelAlarm(OSAlarm* alarm);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -64,7 +64,7 @@ typedef int BOOL;
|
||||
#define NULL 0
|
||||
#endif
|
||||
#endif
|
||||
#if !defined(__cplusplus) || defined(__MWERKS__)
|
||||
#if !defined(__cplusplus) || __cplusplus < 201103L
|
||||
#ifndef nullptr
|
||||
#define nullptr NULL
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user