This commit is contained in:
onezplpl 2024-07-17 16:09:04 -04:00
parent 5ddc52405d
commit 35abb02e2f
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
5 changed files with 121 additions and 106 deletions

5
control.h Normal file
View file

@ -0,0 +1,5 @@
#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);