place / break blocks

This commit is contained in:
onezplpl 2024-07-18 11:06:32 -04:00
parent fb639f96c3
commit 227d642be6
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
7 changed files with 191 additions and 55 deletions

View file

@ -5,4 +5,6 @@
#include <GLFW/glfw3.h>
struct v3f control_handler(double cx, double cy, vec3 pos, vec3 dir_temp,
GLFWwindow *window, struct chunk chunk);
void control_lclick(double cx, double cy, vec3 pos);
void control_rclick(double cx, double cy, vec3 pos);
#endif