From ca6ef58b1ee8521e4b940ee4883dee714960e413 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Fri, 5 Feb 2016 23:45:45 +0200 Subject: Bulk clearing of whitespace --- src/Entities/FireworkEntity.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/Entities/FireworkEntity.h') diff --git a/src/Entities/FireworkEntity.h b/src/Entities/FireworkEntity.h index c0a38a943..228960fb1 100644 --- a/src/Entities/FireworkEntity.h +++ b/src/Entities/FireworkEntity.h @@ -21,13 +21,13 @@ class cFireworkEntity : public cProjectileEntity { typedef cProjectileEntity super; - + public: - + // tolua_end - + CLASS_PROTODEF(cFireworkEntity) - + cFireworkEntity(cEntity * a_Creator, double a_X, double a_Y, double a_Z, const cItem & a_Item); // tolua_begin @@ -45,18 +45,18 @@ public: void SetTicksToExplosion(int a_TicksToExplosion) { m_TicksToExplosion = a_TicksToExplosion; } // tolua_end - + protected: - + // cProjectileEntity overrides: virtual void HandlePhysics(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override; virtual void Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override; - + private: - + int m_TicksToExplosion; cItem m_FireworkItem; - + }; // tolua_export -- cgit v1.2.3