mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-31 12:41:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			121 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			121 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __RAK_SLEEP_H
 | |
| #define __RAK_SLEEP_H
 | |
| 
 | |
| #include "Export.h"
 | |
| 
 | |
| void RAK_DLL_EXPORT RakSleep(unsigned int ms);
 | |
| 
 | |
| #endif
 | 
