Set up BRUS

This commit is contained in:
jordan4ibanez
2023-11-28 08:03:34 -05:00
parent 9efa535c78
commit 56857365f5
2 changed files with 21 additions and 2 deletions

View File

@ -37,6 +37,7 @@ private:
std::tuple<bool, std::string> parseJSONFile(io::IReadFile* file);
std::tuple<bool, std::string> load();
std::tuple<bool, std::string> readChunkTEXS();
std::tuple<bool, std::string> readChunkBRUS();
public: