voxel-test/control.h
2024-07-17 16:09:04 -04:00

5 lines
No EOL
197 B
C

#include "linmath.h"
#include "cubes.h"
#include <GLFW/glfw3.h>
struct v3f controlHandler(double cx, double cy, vec3 pos, vec3 dir_temp,
GLFWwindow *window, struct chunk chunk);