cleanup
This commit is contained in:
parent
5ddc52405d
commit
35abb02e2f
5 changed files with 121 additions and 106 deletions
5
control.h
Normal file
5
control.h
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue