summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 9b936803..d6d16b21 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -21,7 +21,10 @@
* $Id$
*/
+#include <sstream>
+
#include "being.h"
+#include "log.h"
#include "game.h"
#include "engine.h"
#include "net/protocol.h"
@@ -29,6 +32,8 @@
#include "resources/resourcemanager.h"
#include "gui/gui.h"
+extern Being* autoTarget;
+
Being *player_node = NULL;
std::list<Being*> beings;