diff options
Diffstat (limited to 'src/Companion.h')
| -rw-r--r-- | src/Companion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Companion.h b/src/Companion.h index 3c58637..5f31ae7 100644 --- a/src/Companion.h +++ b/src/Companion.h @@ -148,6 +148,7 @@ private: YAML::Node gModdingConfig; fs::path gCurrentDirectory; std::string gCurrentHash; + std::string gAssetPath; std::vector<uint8_t> gRomData; std::filesystem::path gRomPath; bool gNodeForceProcessing = false; @@ -167,6 +168,7 @@ private: std::optional<VRAMEntry> gCurrentVram; CompressionType gCurrentCompressionType = CompressionType::None; std::vector<Table> gTables; + std::vector<std::string> gCurrentExternalFiles; std::unordered_map<std::string, std::vector<ParseResultData>> gParseResults; |
