summaryrefslogtreecommitdiff
path: root/ZAPD/ZWaterbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/ZWaterbox.h')
-rw-r--r--ZAPD/ZWaterbox.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/ZAPD/ZWaterbox.h b/ZAPD/ZWaterbox.h
index e901e80..e190b26 100644
--- a/ZAPD/ZWaterbox.h
+++ b/ZAPD/ZWaterbox.h
@@ -5,26 +5,26 @@
class ZWaterbox : public ZResource
{
- public:
- int16_t xMin;
- int16_t ySurface;
- int16_t zMin;
- int16_t xLength;
- int16_t zLength;
- int32_t properties;
+public:
+ int16_t xMin;
+ int16_t ySurface;
+ int16_t zMin;
+ int16_t xLength;
+ int16_t zLength;
+ int32_t properties;
- ZWaterbox(ZFile* nParent);
- ~ZWaterbox();
+ ZWaterbox(ZFile* nParent);
+ ~ZWaterbox();
- void ParseRawData() override;
- void DeclareReferences(const std::string& prefix) override;
- std::string GetBodySourceCode() const override;
- std::string GetDefaultName(const std::string& prefix) const override;
+ void ParseRawData() override;
+ void DeclareReferences(const std::string& prefix) override;
+ std::string GetBodySourceCode() const override;
+ std::string GetDefaultName(const std::string& prefix) const override;
- std::string GetSourceTypeName() const override;
- ZResourceType GetResourceType() const override;
+ std::string GetSourceTypeName() const override;
+ ZResourceType GetResourceType() const override;
- bool DoesSupportArray() const override;
+ bool DoesSupportArray() const override;
- size_t GetRawDataSize() const override;
+ size_t GetRawDataSize() const override;
};