trap.cpp & .h header include cleanup and forward declare

This commit is contained in:
Akkadius
2014-12-15 19:01:54 -06:00
parent a9226c00d8
commit 537af79c8e
2 changed files with 10 additions and 7 deletions
+3 -2
View File
@@ -18,10 +18,11 @@
#ifndef _TRAP_H
#define _TRAP_H
#include "../common/debug.h"
#include "entity.h"
class Mob;
class NPC;
//ID of the NPC type to spawn when a trap is set off, to do the damage
#define TRAP_NPC_TYPE 1586