1 2 3 4 5 6
#pragma once #include "GLFW/glfw3.h" namespace Input { void process(GLFWwindow *window); }