mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
5 lines
145 B
C++
5 lines
145 B
C++
#include "TimeStep.h"
|
|
|
|
float CTimeStep::ms_fTimeScale = 1.0f;
|
|
float CTimeStep::ms_fFramesPerUpdate = 1.0f;
|
|
float CTimeStep::ms_fTimeStep = 1.0f;
|