mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-14 09:34:59 +00:00
Fix for GCC
This was SVN commit r4764.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user