review activity switching
[carveJwlIkooP6JGAAIwe30JlM.git] / world_gate.h
index 4defb75ac198ee07d5fe398d75af61a6f6292f4e..b45c70d86c0f1ce3efb3896d1fa11dd79a3a97cc 100644 (file)
@@ -5,12 +5,14 @@
 #ifndef WORLD_GATE_H
 #define WORLD_GATE_H
 
+#include "camera.h"
 #include "world.h"
 #include "shaders/model_gate.h"
 
 struct world_gates{
    glmesh mesh;
    mdl_submesh sm_surface, sm_marker[4];
+   camera cam;
 }
 static world_gates;