chore(build): update file io calls to work with updated BC

This commit is contained in:
VDm 2025-03-18 21:03:40 +04:00
parent f893467b7c
commit e3b6b932da
3 changed files with 10 additions and 5 deletions

View file

@ -22,7 +22,7 @@
#include <storm/Error.hpp>
#include <storm/Log.hpp>
#include <bc/os/Path.hpp>
#include <bc/file/File.hpp>
#include <bc/File.hpp>
CVar* Client::g_accountNameVar;