#pragma once #include "renderer.hpp" void OnWindowResize(GLFWwindow* window, int width, int height); void OnKeyDown(GLFWwindow* window, int key, int scancode, int action, int mods);