Skip to content

Commit

Permalink
- converted FuncAnubis into a class.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Oct 15, 2021
1 parent ce78b23 commit 0fc490b
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 288 deletions.
7 changes: 7 additions & 0 deletions source/games/exhumed/src/aistuff.h
Expand Up @@ -438,6 +438,13 @@ struct AIAnim : public ExhumedAI
void Draw(RunListEvent* ev) override;
};

struct AIAnubis : public ExhumedAI
{
void Tick(RunListEvent* ev) override;
void Draw(RunListEvent* ev) override;
void RadialDamage(RunListEvent* ev) override;
void Damage(RunListEvent* ev) override;
};


void runlist_DispatchEvent(ExhumedAI* ai, int nObject, int nMessage, int nDamage, int nRun);
Expand Down

0 comments on commit 0fc490b

Please sign in to comment.