Przeglądaj źródła

Clean some stuff

Daniele Bartolini 12 lat temu
rodzic
commit
6c88d65cb2
2 zmienionych plików z 5 dodań i 7 usunięć
  1. 0 1
      engine/physics/Actor.h
  2. 5 6
      engine/world/Unit.h

+ 0 - 1
engine/physics/Actor.h

@@ -46,7 +46,6 @@ namespace crown
 struct Quaternion;
 struct Matrix4x4;
 struct Unit;
-class PhysicsGraph;
 class SceneGraph;
 
 struct Actor

+ 5 - 6
engine/world/Unit.h

@@ -66,16 +66,15 @@ typedef Id ControllerId;
 typedef	Id ComponentId;
 typedef Id MaterialId;
 
+class Material;
+class SceneGraphManager;
+class World;
+struct Actor;
 struct Camera;
+struct Controller;
 struct Mesh;
 struct Sprite;
-struct Actor;
-struct Controller;
-class World;
-class SceneGraphManager;
-class PhysicsGraphManager;
 struct UnitResource;
-class Material;
 
 #define MAX_CAMERA_COMPONENTS 8
 #define MAX_MESH_COMPONENTS 8