terravisor/headers/scene.h

11 lines
198 B
C
Raw Normal View History

2024-08-10 19:12:21 -04:00
namespace Scene
{
void DrawGUI(GLFWwindow* window);
void Display(GLFWwindow* window);
void Idle();
void Init();
extern const int InitWindowWidth;
extern const int InitWindowHeight;
}