From f5bcb031ff87208cd2905d0c321f749dfcf5372b Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Sat, 13 Jan 2007 18:32:03 +0000 Subject: [PATCH] Fix for GCC This was SVN commit r4764. --- source/graphics/GameView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/graphics/GameView.h b/source/graphics/GameView.h index 12dc097d7f..e0a7f6470a 100644 --- a/source/graphics/GameView.h +++ b/source/graphics/GameView.h @@ -7,6 +7,8 @@ extern float g_YMinOffset; #include "renderer/Scene.h" +#include "lib/input.h" // InReaction - can't forward-declare enum + class CGame; class CGameAttributes; class CObjectManager; @@ -16,8 +18,6 @@ class CVector3D; class CEntity; struct JSObject; -enum InReaction; -struct SDL_Event_; class CGameViewImpl;