Move config implementations to a .cpp file. (#133)

This commit is contained in:
Skyth (Asilkan)
2025-01-19 19:05:44 +03:00
committed by GitHub
parent 614106c868
commit 535bca7d9f
6 changed files with 588 additions and 506 deletions

View File

@@ -7,6 +7,7 @@
#include <patches/inspire_patches.h>
#include <ui/game_window.h>
#include <user/config.h>
#include <user/paths.h>
void App::Restart(std::vector<std::string> restartArgs)
{