summaryrefslogtreecommitdiffstats
path: root/src/Entities/ProjectileExpBottle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entities/ProjectileExpBottle.h')
-rw-r--r--src/Entities/ProjectileExpBottle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Entities/ProjectileExpBottle.h b/src/Entities/ProjectileExpBottle.h
index 1f9482bf2..94843c51b 100644
--- a/src/Entities/ProjectileExpBottle.h
+++ b/src/Entities/ProjectileExpBottle.h
@@ -10,6 +10,8 @@
+// tolua_begin
+
class cExpBottleEntity :
public cProjectileEntity
{
@@ -28,6 +30,4 @@ protected:
// cProjectileEntity overrides:
virtual void OnHitSolidBlock(const Vector3d & a_HitPos, eBlockFace a_HitFace) override;
- // tolua_begin
-
}; \ No newline at end of file