summaryrefslogtreecommitdiff
path: root/ZAPD/ZResource.h
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2021-04-19 12:43:52 -0400
committerGitHub <noreply@github.com>2021-04-19 12:43:52 -0400
commit301e17dadb5f6e9212ebcb704eb9cff75883002e (patch)
treec1b28712d3e52f0dc5888344c28a6efc0a719a5f /ZAPD/ZResource.h
parent0d79edb291f7fdeafb2aca8edc81c4f90837977d (diff)
Deprecate Hint system (#116)
* remove unnecessary param * Fix Cutscene tag * Fix a missing declaration * Add Path as a node * run format
Diffstat (limited to 'ZAPD/ZResource.h')
-rw-r--r--ZAPD/ZResource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ZAPD/ZResource.h b/ZAPD/ZResource.h
index 45052b6..3f39e85 100644
--- a/ZAPD/ZResource.h
+++ b/ZAPD/ZResource.h
@@ -58,7 +58,8 @@ public:
virtual void ExtractFromXML(tinyxml2::XMLElement* reader, const std::vector<uint8_t>& nRawData,
const int nRawDataIndex,
const std::string& nRelPath); // Extract Mode
- virtual void ExtractFromFile();
+ virtual void ExtractFromFile(const std::vector<uint8_t>& nRawData, int nRawDataIndex,
+ const std::string& nRelPath);
// Misc
virtual void ParseXML(tinyxml2::XMLElement* reader);