summaryrefslogtreecommitdiff
path: root/src/game-server/trigger.hpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-03 17:10:43 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-03 17:10:43 +0000
commit1673de8b5553f6dcd4898c84b8d44ba8b30740f1 (patch)
tree3dcc47461a6b4914c4e81492e7be885c3a1502ea /src/game-server/trigger.hpp
parent6b7441516002d6e7cca424416bb67c6bc7d7c9d2 (diff)
downloadmanaserv-1673de8b5553f6dcd4898c84b8d44ba8b30740f1.tar.gz
manaserv-1673de8b5553f6dcd4898c84b8d44ba8b30740f1.tar.bz2
manaserv-1673de8b5553f6dcd4898c84b8d44ba8b30740f1.tar.xz
manaserv-1673de8b5553f6dcd4898c84b8d44ba8b30740f1.zip
Split persistent player data from game server data. Enabled inventory code back.
Diffstat (limited to 'src/game-server/trigger.hpp')
-rw-r--r--src/game-server/trigger.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/trigger.hpp b/src/game-server/trigger.hpp
index a3149812..bb4f776d 100644
--- a/src/game-server/trigger.hpp
+++ b/src/game-server/trigger.hpp
@@ -24,7 +24,7 @@
#ifndef _TMWSERV_TRIGGER
#define _TMWSERV_TRIGGER
-#include "object.h"
+class Object;
class TriggerAction
{