From 3bd383baf6a17e734329e1fc677c7e86283db772 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 26 Oct 2015 22:52:36 +0800 Subject: Added support for relative line numbers. Added instructions for, brk and cont. (They are still untested...) Parser code cleanup. Removed garbage output to stderr. Reorganize the repository structure. Updated BLR2 code move it into archive. Added BLR1 files. --- hge/timer.cpp | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 hge/timer.cpp (limited to 'hge/timer.cpp') diff --git a/hge/timer.cpp b/hge/timer.cpp deleted file mode 100644 index 13711c7..0000000 --- a/hge/timer.cpp +++ /dev/null @@ -1,31 +0,0 @@ -/* -** Haaf's Game Engine 1.8 -** Copyright (C) 2003-2007, Relish Games -** hge.relishgames.com -** -** Core functions implementation: timer -*/ - - -#include "hge_impl.h" - - -float CALL HGE_Impl::Timer_GetTime() -{ - return fTime; -} - -float CALL HGE_Impl::Timer_GetDelta() -{ - return fDeltaTime; -} - -int CALL HGE_Impl::Timer_GetFPS() -{ - return nFPS; -} - -float CALL HGE_Impl::Timer_GetFPSf() -{ - return nFPSf; -} -- cgit v1.2.3