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