mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 10:49:57 +00:00
de5a07ee71
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@138 ea6a568a-9f4f-0410-981a-c910a81bb256
9 lines
229 B
Text
9 lines
229 B
Text
module frames;
|
|
|
|
float time; // Time since last frame
|
|
float totalTime; // Time since rendering started
|
|
|
|
ulong counter; // Number of frames since program startup
|
|
|
|
// Sleep a given number of frames
|
|
idle fsleep(int frameNum);
|