oRTP
0.24.0
|
00001 #pragma once 00002 00003 #ifdef __cplusplus 00004 extern "C" { 00005 #endif 00006 00007 void winrt_timer_init(void); 00008 void winrt_timer_do(void); 00009 void winrt_timer_close(void); 00010 00011 #ifdef __cplusplus 00012 }; 00013 #endif 00014 00015 #define TIME_INTERVAL 50 00016 #define TIME_TIMEOUT 100