mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-05 00:45:36 +00:00
8 lines
164 B
Text
8 lines
164 B
Text
|
/*
|
||
|
NOTE: This file is not used - it is here just for reference. The
|
||
|
real module is defined internally in timer.d.
|
||
|
*/
|
||
|
|
||
|
singleton timer;
|
||
|
idle sleep(float secs);
|