terravisor/include/scene.h

12 lines
221 B
C++

namespace Scene
{
void Display(GLFWwindow* window);
void DrawGUI(GLFWwindow* window);
void Idle();
void ReloadShader();
void Init();
extern const int InitWindowWidth;
extern const int InitWindowHeight;
}