Drawing things

This commit is contained in:
AnonymusRaccoon
2020-02-14 19:06:47 +01:00
parent c8e91cb3f4
commit 9f02ed44d8
2 changed files with 36 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ namespace ComSquare::Renderer
SFRenderer(height, width, maxFPS),
_gui(this->_window)
{
_gui.loadWidgetsFromFile("../ressources/form.txt");
}
void TGUIRenderer::drawScreen()