mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
11 lines
171 B
C
11 lines
171 B
C
/* Header is not present in Windows CE SDK */
|
|
|
|
struct timeval
|
|
{
|
|
int tv_sec;
|
|
int tv_usec;
|
|
};
|
|
|
|
void gettimeofday(struct timeval* tp, void* dummy);
|
|
void usleep(long usec);
|