diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-01-03 17:27:25 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-01-03 17:27:25 +0000 |
commit | 620b24ad926e5b7b8d7f2e9accff82df9ce8f0bf (patch) | |
tree | 097017e8cc954ca10a12cfb5b53a410491dc5da2 | |
parent | 1673de8b5553f6dcd4898c84b8d44ba8b30740f1 (diff) | |
download | manaserv-620b24ad926e5b7b8d7f2e9accff82df9ce8f0bf.tar.gz manaserv-620b24ad926e5b7b8d7f2e9accff82df9ce8f0bf.tar.bz2 manaserv-620b24ad926e5b7b8d7f2e9accff82df9ce8f0bf.tar.xz manaserv-620b24ad926e5b7b8d7f2e9accff82df9ce8f0bf.zip |
Fixed header inclusion.
-rw-r--r-- | src/game-server/trigger.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game-server/trigger.hpp b/src/game-server/trigger.hpp index bb4f776d..a3455ae4 100644 --- a/src/game-server/trigger.hpp +++ b/src/game-server/trigger.hpp @@ -24,7 +24,8 @@ #ifndef _TMWSERV_TRIGGER #define _TMWSERV_TRIGGER -class Object; +#include "point.h" +#include "game-server/object.hpp" class TriggerAction { |