X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.h;h=b45c70d86c0f1ce3efb3896d1fa11dd79a3a97cc;hb=2dd61c7f0185ec525658ca398801f46e6adccf23;hp=4defb75ac198ee07d5fe398d75af61a6f6292f4e;hpb=342fcbf6fda017bdd38d56ce0fa7c9e59e589f3b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.h b/world_gate.h index 4defb75..b45c70d 100644 --- a/world_gate.h +++ b/world_gate.h @@ -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;