#ifndef V_CONTROL_H #define V_CONTROL_H #include "cubes.h" #include "linmath.h" #include struct v3f control_handler(double cx, double cy, vec3 pos, vec3 dir_temp, GLFWwindow *window, struct chunk chunk); #endif