From fe7a90ac34de28e30863a1257319f85a5e662286 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 23 Mar 2012 21:02:53 +0100 Subject: Fixed includes and GCC syntax errors --- src/control.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/control.h') diff --git a/src/control.h b/src/control.h index 77a0f55..619cef2 100644 --- a/src/control.h +++ b/src/control.h @@ -14,10 +14,17 @@ // * You should have received a copy of the GNU General Public License // * along with this program. If not, see http://www.gnu.org/licenses/. +// control.h + #ifndef _CONTROL_H_ #define _CONTROL_H_ +#include "text.h" +#include "struct.h" +#include "event.h" + + class CInstanceManager; class CEvent; class CD3DEngine; @@ -25,8 +32,6 @@ class CRobotMain; class CParticule; class CSound; -enum FontType; - #define STATE_ENABLE (1<<0) // active #define STATE_CHECK (1<<1) // pressed -- cgit v1.2.3-1-g7c22