aboutsummaryrefslogtreecommitdiff
path: root/src/creature.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/creature.hh')
-rw-r--r--src/creature.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/creature.hh b/src/creature.hh
index d5f4f1b..79fee7c 100644
--- a/src/creature.hh
+++ b/src/creature.hh
@@ -144,4 +144,9 @@ struct TCreature: TSkillBase {
TConnection *Connection;
};
+// TODO(fusion): These probably belong elsewhere but we should come back to
+// this when we're wrapping up creature files.
+bool IsCreaturePlayer(uint32 CreatureID);
+void AddKillStatistics(int AttackerRace, int DefenderRace);
+
#endif //TIBIA_CREATURE_HH_