trop de trucs oscours

This commit is contained in:
2025-03-22 17:41:33 +01:00
parent d87ddcdc22
commit 30dd323e22
13 changed files with 265 additions and 162 deletions

View File

@@ -17,7 +17,7 @@ GraphApp::GraphApp() {
this->window = std::make_shared<sf::RenderWindow>();
}
void GraphApp::startApp() {
void GraphApp::run() {
changeVideoMode(*this->window, this->settings->getVideoMode());
this->menuStack->push(MainAppMenu(this->menuStack, this->settings, this->window));