mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
de5a07ee71
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@138 ea6a568a-9f4f-0410-981a-c910a81bb256
10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
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);
|