diff options
Diffstat (limited to '')
-rw-r--r-- | source/cPlayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cPlayer.h b/source/cPlayer.h index 9f7535d7c..4d348c2ad 100644 --- a/source/cPlayer.h +++ b/source/cPlayer.h @@ -68,6 +68,7 @@ public: void TossItem( bool a_bDraggingItem, int a_Amount = 1 ); //tolua_export
void Heal( int a_Health ); //tolua_export
+ void Feed( short a_Food );
void TakeDamage( int a_Damage, cEntity* a_Instigator ); //tolua_export
void KilledBy( cEntity* a_Killer ); //tolua_export
void Respawn(); //tolua_export
|