mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 21:42:13 +00:00
de5a07ee71
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@138 ea6a568a-9f4f-0410-981a-c910a81bb256
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
/*
|
|
NOTE: This file is not used - it is here just for reference. The
|
|
real module is defined internally in timer.d.
|
|
*/
|
|
|
|
singleton timer;
|
|
|
|
// Sleep the given number of seconds
|
|
idle sleep(float secs);
|