refactor!: File Manager (#1633)
* feat(vscode): added launch.json to dbg * feat(file_manager): Make use of a global instance * feat(file_manager): Allow for file and folder instances to be empty * refactor(GlobalsService): Update code of global service (untested)
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
namespace big
|
||||
{
|
||||
tunables_service::tunables_service() :
|
||||
m_cache_file(g_file_manager->get_project_file("./cache/tunables.bin"), 1)
|
||||
m_cache_file(g_file_manager.get_project_file("./cache/tunables.bin"), 1)
|
||||
{
|
||||
m_cache_file.load();
|
||||
|
||||
|
Reference in New Issue
Block a user