#pragma once #ifndef _FUNCS_HEADER #define _FUNCS_HEADER #include #include #include #include "Window.h" #include "Events.h" void framebuffer_callback(GLFWwindow* window, int width, int height); void processInputs(GLFWwindow* window); int renderingProcess(std::atomic&); int consoleProcess(std::atomic&); #endif