Fixed ToLua issues

This commit is contained in:
archshift
2014-04-26 17:58:06 -07:00
parent e3c3795aa4
commit cc39d314ae
9 changed files with 24 additions and 19 deletions
+2 -1
View File
@@ -10,6 +10,8 @@
// tolua_begin
class cArrowEntity :
public cProjectileEntity
{
@@ -91,5 +93,4 @@ protected:
virtual void CollectedBy(cPlayer * a_Player) override;
virtual void Tick(float a_Dt, cChunk & a_Chunk) override;
// tolua_begin
};