mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-14 11:00:41 +00:00
ZAPD update (#612)
* remove roompoly * git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "fd4d53a26" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "fd4d53a26" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596"
This commit is contained in:
parent
5c6335f9fb
commit
1ff2f0f849
171 changed files with 1567 additions and 826 deletions
|
@ -25,7 +25,7 @@ struct ZLimbStandard : public ZResource
|
|||
ZLimbStandard();
|
||||
static ZLimbStandard* FromXML(tinyxml2::XMLElement* reader, std::vector<uint8_t> nRawData, int rawDataIndex, std::string nRelPath, ZFile* parent);
|
||||
static ZLimbStandard* FromRawData(std::vector<uint8_t> nRawData, int rawDataIndex);
|
||||
std::string GetSourceOutputCode(std::string prefix);
|
||||
std::string GetSourceOutputCode(const std::string& prefix);
|
||||
virtual int GetRawDataSize();
|
||||
};
|
||||
|
||||
|
@ -36,7 +36,7 @@ struct ZLimbLOD : ZLimbStandard
|
|||
ZLimbLOD();
|
||||
//static ZLimbLOD* FromXML(tinyxml2::XMLElement* reader, std::vector<uint8_t> nRawData, int rawDataIndex, std::string nRelPath, ZFile* parent);
|
||||
static ZLimbLOD* FromRawData(std::vector<uint8_t> nRawData, int rawDataIndex);
|
||||
std::string GetSourceOutputCode(std::string prefix);
|
||||
std::string GetSourceOutputCode(const std::string& prefix);
|
||||
virtual int GetRawDataSize();
|
||||
};
|
||||
|
||||
|
@ -58,7 +58,7 @@ public:
|
|||
ZSkeleton();
|
||||
virtual void GenerateHLIntermediette(HLFileIntermediette& hlFile);
|
||||
static ZSkeleton* FromXML(tinyxml2::XMLElement* reader, std::vector<uint8_t> nRawData, int rawDataIndex, std::string nRelPath, ZFile* nParent);
|
||||
void Save(std::string outFolder);
|
||||
void Save(const std::string& outFolder);
|
||||
|
||||
std::string GetSourceOutputCode(std::string prefix);
|
||||
};
|
||||
std::string GetSourceOutputCode(const std::string& prefix);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue