Add a PathManager that takes care of all paths and creating folders
Move all path/folder-related code from SettingManager to PathManager
This commit is contained in:
@@ -20,6 +20,8 @@ Application::Application()
|
||||
|
||||
logging::init();
|
||||
|
||||
singletons::SettingManager::getInstance().init();
|
||||
|
||||
singletons::WindowManager::getInstance().initMainWindow();
|
||||
|
||||
// Initialize everything we need
|
||||
|
||||
Reference in New Issue
Block a user