#ifndef CONTROLS_H #define CONTROLS_H #include #include #define BLOCKPICK_TIMEOUT 0.15f namespace controls{ void init(); void update(GLFWwindow* window); }; #endif