1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-08-13 17:03:49 -04:00
gc_n64_usb-v3/tool/sleep.h

7 lines
80 B
C
Raw Normal View History

2015-10-24 15:04:38 -04:00
#ifndef _sleep_h__
#define _sleep_h__
void sleep(int s);
#endif // _sleep_h__