diff options
Diffstat (limited to 'src/Entities/ProjectileEgg.h')
-rw-r--r-- | src/Entities/ProjectileEgg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/ProjectileEgg.h b/src/Entities/ProjectileEgg.h index eac2650d0..ba1f6420e 100644 --- a/src/Entities/ProjectileEgg.h +++ b/src/Entities/ProjectileEgg.h @@ -34,4 +34,4 @@ protected: // Randomly decides whether to spawn a chicken where the egg lands. void TrySpawnChicken(const Vector3d & a_HitPos); -} ;
\ No newline at end of file +} ; // tolua_export |