diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/hge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hge.h b/include/hge.h index daed571..ef4597e 100644 --- a/include/hge.h +++ b/include/hge.h @@ -361,6 +361,7 @@ public: virtual float CALL Timer_GetTime() = 0; virtual float CALL Timer_GetDelta() = 0; virtual int CALL Timer_GetFPS() = 0; + virtual float CALL Timer_GetFPSf() = 0; virtual HEFFECT CALL Effect_Load(const char *filename, DWORD size=0) = 0; virtual void CALL Effect_Free(HEFFECT eff) = 0; |