#pragma once #ifndef _FUNCS_HEADER #define _FUNCS_HEADER #include #include void framebuffer_callback(GLFWwindow* window, int width, int height); void processInputs(GLFWwindow* window); #endif