aboutsummaryrefslogtreecommitdiff
path: root/hge/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hge/timer.cpp')
-rw-r--r--hge/timer.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/hge/timer.cpp b/hge/timer.cpp
index af75315..13711c7 100644
--- a/hge/timer.cpp
+++ b/hge/timer.cpp
@@ -20,9 +20,12 @@ float CALL HGE_Impl::Timer_GetDelta()
return fDeltaTime;
}
-
int CALL HGE_Impl::Timer_GetFPS()
{
return nFPS;
}
+float CALL HGE_Impl::Timer_GetFPSf()
+{
+ return nFPSf;
+}