1 2 3 4 5 6 7 8
#pragma once #include "camera.h" #include "cglm/cglm.h" struct player { vec3 position; struct camera* camera; };