yet another API cleanup
This commit is contained in:
parent
2008f70983
commit
b6b3483a39
9 changed files with 134 additions and 114 deletions
|
@ -1,5 +1,8 @@
|
|||
#include "linmath.h"
|
||||
#ifndef V_CONTROL_H
|
||||
#define V_CONTROL_H
|
||||
#include "cubes.h"
|
||||
#include "linmath.h"
|
||||
#include <GLFW/glfw3.h>
|
||||
struct v3f controlHandler(double cx, double cy, vec3 pos, vec3 dir_temp,
|
||||
GLFWwindow *window, struct chunk chunk);
|
||||
struct v3f control_handler(double cx, double cy, vec3 pos, vec3 dir_temp,
|
||||
GLFWwindow *window, struct chunk chunk);
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue