diff options
Diffstat (limited to 'src/Entities/ProjectileFirework.h')
-rw-r--r-- | src/Entities/ProjectileFirework.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Entities/ProjectileFirework.h b/src/Entities/ProjectileFirework.h index 74a50264b..fe90a44a1 100644 --- a/src/Entities/ProjectileFirework.h +++ b/src/Entities/ProjectileFirework.h @@ -10,6 +10,8 @@ +// tolua_begin + class cFireworkEntity : public cProjectileEntity { @@ -35,6 +37,4 @@ private: int m_ExplodeTimer; cItem m_FireworkItem; - // tolua_begin - };
\ No newline at end of file |