diff options
Diffstat (limited to 'src/portable.h')
-rw-r--r-- | src/portable.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/portable.h b/src/portable.h index 0718932..cbd8df0 100644 --- a/src/portable.h +++ b/src/portable.h @@ -28,7 +28,10 @@ const char * portable_commandExtension(); bool portable_fileSystemIsCaseSensitive(); FILE * portable_popen(const char *name,const char *type); int portable_pclose(FILE *stream); +void portable_sysTimerStart(); +void portable_sysTimerStop(); double portable_getSysElapsedTime(); +void portable_sleep(int ms); extern "C" { void * portable_iconv_open(const char* tocode, const char* fromcode); |