mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-26 07:18:50 -04:00
9 lines
131 B
C
9 lines
131 B
C
#ifndef SLEEP_H
|
|
#define SLEEP_H
|
|
|
|
#include "types.h"
|
|
#include "dolphin/os/OSTime.h"
|
|
|
|
void csleep(OSTime c);
|
|
void msleep(int);
|
|
#endif |