mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 23:41:24 +00:00
git subrepo pull --force tools/ZAPD (#653)
subrepo: subdir: "tools/ZAPD" merged: "2e1174063" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "2e1174063" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596"
This commit is contained in:
parent
d739765031
commit
588de66d06
32 changed files with 405 additions and 65 deletions
|
@ -23,7 +23,8 @@ public:
|
|||
|
||||
ZAnimation();
|
||||
|
||||
std::string GetSourceOutputCode(const std::string& prefix);
|
||||
std::string GetSourceOutputCode(const std::string& prefix) override;
|
||||
ZResourceType GetResourceType() override;
|
||||
protected:
|
||||
|
||||
virtual void ParseRawData();
|
||||
|
@ -43,7 +44,7 @@ public:
|
|||
ZNormalAnimation();
|
||||
|
||||
std::string GetSourceOutputCode(const std::string& prefix);
|
||||
virtual int GetRawDataSize();
|
||||
int GetRawDataSize() override;
|
||||
|
||||
static ZNormalAnimation* ExtractFromXML(tinyxml2::XMLElement* reader, std::vector<uint8_t> nRawData, int rawDataIndex, const std::string& nRelPath);
|
||||
|
||||
|
@ -59,7 +60,7 @@ public:
|
|||
ZLinkAnimation();
|
||||
|
||||
std::string GetSourceOutputCode(const std::string& prefix);
|
||||
virtual int GetRawDataSize();
|
||||
int GetRawDataSize() override;
|
||||
|
||||
static ZLinkAnimation* ExtractFromXML(tinyxml2::XMLElement* reader, std::vector<uint8_t> nRawData, int rawDataIndex, const std::string& nRelPath);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue