Exemple #1
0
Window::~Window()
{
	glfwDestroyWindow(this->_window);
	WindowTable.Remove(this->_window);
}