diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2021-04-28 05:19:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 05:19:50 -0400 |
| commit | b9120803e6094a54192ed67d9585ab046101c816 (patch) | |
| tree | df259449343cd0c5230dd2a5e1e9d5293d20c563 /ZAPD/ZBackground.h | |
| parent | 50ad2fe786af4cf66998028a08c767e16a416a60 (diff) | |
Use OutputFormatter for every C and H file, to improve the generated output (#122)
* Small changes in collision
* Use outputformatter to write C files
* Outputformatter for .h files
* Use more fs::path
* Use gfxd_udata_set and gfxd_udata_get instead of an instance
* Fix merge issues and warnings
* run format
Diffstat (limited to 'ZAPD/ZBackground.h')
| -rw-r--r-- | ZAPD/ZBackground.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ZAPD/ZBackground.h b/ZAPD/ZBackground.h index 71e559d..55cbf2b 100644 --- a/ZAPD/ZBackground.h +++ b/ZAPD/ZBackground.h @@ -11,8 +11,8 @@ protected: public: ZBackground(ZFile* nParent); - ZBackground(const std::string& prefix, const std::vector<uint8_t>& nRawData, uint32_t nRawDataIndex, - ZFile* nParent); + ZBackground(const std::string& prefix, const std::vector<uint8_t>& nRawData, + uint32_t nRawDataIndex, ZFile* nParent); void ParseRawData() override; void ParseBinaryFile(const std::string& inFolder, bool appendOutName); void ExtractFromXML(tinyxml2::XMLElement* reader, const std::vector<uint8_t>& nRawData, |
