Explorar el Código

Fix compile issue with gcc/clang

James Urquhart hace 2 años
padre
commit
dad888f862
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Engine/source/scene/sceneObject.h

+ 1 - 0
Engine/source/scene/sceneObject.h

@@ -85,6 +85,7 @@ class SceneObjectLightingPlugin;
 class Convex;
 class LightInfo;
 class SFXAmbience;
+class SceneContainer;
 
 struct ObjectRenderInst;
 struct Move;