diff Actor.h @ 2310:43af6c819e88

ActorDamageFromMonster moved into Actor class
author Grumpy7
date Mon, 17 Mar 2014 22:52:52 +0100
parents df24d11208df
children 1e865e8690ba
line wrap: on
line diff
--- a/Actor.h	Mon Mar 17 22:49:54 2014 +0100
+++ b/Actor.h	Mon Mar 17 22:52:52 2014 +0100
@@ -213,6 +213,7 @@
   static void Explode(unsigned int uActorID);
   static void AI_RangedAttack(unsigned int uActorID, struct AIDirection *a2, int type, char a4);
   static void AI_SpellAttack(unsigned int uActorID, struct AIDirection *pDir, int uSpellID, int a4, unsigned int uSkillLevel);
+  static void ActorDamageFromMonster(signed int attacker_id, unsigned int actor_id, struct Vec3_int_ *pVelocity, signed int a4);
 
   static unsigned short GetObjDescId( int spellId );