place / break blocks
This commit is contained in:
parent
fb639f96c3
commit
227d642be6
7 changed files with 191 additions and 55 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue