mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 14:37:29 +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
|