mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
7 lines
85 B
C
7 lines
85 B
C
|
#ifndef __RAK_SLEEP_H
|
||
|
#define __RAK_SLEEP_H
|
||
|
|
||
|
void RakSleep(unsigned int ms);
|
||
|
|
||
|
#endif
|