From 188aab4196c1d9de0c1bf33be1114e7a0e11fd19 Mon Sep 17 00:00:00 2001 From: aap Date: Thu, 30 May 2019 21:24:47 +0200 Subject: implemented some higher level functions; added lots of stubs; switched top and bottom in CRect --- src/Timecycle.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Timecycle.h') diff --git a/src/Timecycle.h b/src/Timecycle.h index 2f9e4f2f..bfbda281 100644 --- a/src/Timecycle.h +++ b/src/Timecycle.h @@ -110,5 +110,4 @@ public: static int GetFogRed(void) { return m_nCurrentFogColourRed; } static int GetFogGreen(void) { return m_nCurrentFogColourGreen; } static int GetFogBlue(void) { return m_nCurrentFogColourBlue; } - }; -- cgit v1.2.3