1
0

Fixed ToLua errors, added newlines

This commit is contained in:
archshift 2014-04-27 09:42:31 -07:00
parent cc39d314ae
commit 15324f3bbd
18 changed files with 19 additions and 19 deletions

View File

@ -93,4 +93,4 @@ protected:
virtual void CollectedBy(cPlayer * a_Player) override; virtual void CollectedBy(cPlayer * a_Player) override;
virtual void Tick(float a_Dt, cChunk & a_Chunk) override; virtual void Tick(float a_Dt, cChunk & a_Chunk) override;
}; }; // tolua_export

View File

@ -34,4 +34,4 @@ protected:
// Randomly decides whether to spawn a chicken where the egg lands. // Randomly decides whether to spawn a chicken where the egg lands.
void TrySpawnChicken(const Vector3d & a_HitPos); void TrySpawnChicken(const Vector3d & a_HitPos);
} ; } ; // tolua_export

View File

@ -34,4 +34,4 @@ protected:
// Teleports the creator where the ender pearl lands. // Teleports the creator where the ender pearl lands.
void TeleportCreator(const Vector3d & a_HitPos); void TeleportCreator(const Vector3d & a_HitPos);
} ; } ; // tolua_export

View File

@ -94,4 +94,4 @@ protected:
virtual void HandlePhysics(float a_Dt, cChunk & a_Chunk) override; virtual void HandlePhysics(float a_Dt, cChunk & a_Chunk) override;
virtual void SpawnOn(cClientHandle & a_Client) override; virtual void SpawnOn(cClientHandle & a_Client) override;
} ; } ; // tolua_export

View File

@ -30,4 +30,4 @@ protected:
// cProjectileEntity overrides: // cProjectileEntity overrides:
virtual void OnHitSolidBlock(const Vector3d & a_HitPos, eBlockFace a_HitFace) override; virtual void OnHitSolidBlock(const Vector3d & a_HitPos, eBlockFace a_HitFace) override;
}; }; // tolua_export

View File

@ -33,4 +33,4 @@ protected:
virtual void OnHitSolidBlock(const Vector3d & a_HitPos, eBlockFace a_HitFace) override; virtual void OnHitSolidBlock(const Vector3d & a_HitPos, eBlockFace a_HitFace) override;
virtual void OnHitEntity(cEntity & a_EntityHit, const Vector3d & a_HitPos) override; virtual void OnHitEntity(cEntity & a_EntityHit, const Vector3d & a_HitPos) override;
} ; } ; // tolua_export

View File

@ -37,4 +37,4 @@ private:
int m_ExplodeTimer; int m_ExplodeTimer;
cItem m_FireworkItem; cItem m_FireworkItem;
}; }; // tolua_export

View File

@ -35,4 +35,4 @@ protected:
// TODO: Deflecting the fireballs by arrow- or sword- hits // TODO: Deflecting the fireballs by arrow- or sword- hits
} ; } ; // tolua_export

View File

@ -1,5 +1,5 @@
// //
// ProjectileEgg.h // ProjectileSnowball.h
// //
#pragma once #pragma once
@ -31,4 +31,4 @@ protected:
virtual void OnHitSolidBlock(const Vector3d & a_HitPos, eBlockFace a_HitFace) override; virtual void OnHitSolidBlock(const Vector3d & a_HitPos, eBlockFace a_HitFace) override;
virtual void OnHitEntity (cEntity & a_EntityHit, const Vector3d & a_HitPos) override; virtual void OnHitEntity (cEntity & a_EntityHit, const Vector3d & a_HitPos) override;
} ; } ; // tolua_export