#pragma once #ifndef _FUNCS_HEADER_ #define _FUNCS_HEADER_ #include #include #include #include "Draw.h" #include "Camera.h" extern NB::PerspectiveCamera* cam; extern float deltaTime; void framebuffer_size_callback(GLFWwindow*, int, int); void processInput(GLFWwindow*); #endif