mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-16 04:44:19 -04:00
fixes and format
This commit is contained in:
@@ -18,7 +18,7 @@ typedef struct OSTimer_s {
|
||||
|
||||
OSTime osGetTime(void);
|
||||
void osSetTime(OSTime ticks);
|
||||
s32 osSetTimer(OSTimer* t, OSTime value, OSTime interval, OSMesgQueue* mq, OSMesg msg);
|
||||
s32 osSetTimer(OSTimer* t, OSTime countdown, OSTime interval, OSMesgQueue* mq, OSMesg msg);
|
||||
s32 osStopTimer(OSTimer* t);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user