diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-07-11 22:22:45 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-07-11 22:22:45 +0000 |
commit | 399bb2709e773847707a948610fd74c7f4b94e9f (patch) | |
tree | dacf30fb97d2c101f4f53d02fd972262b2c7db4e /src/being.cpp | |
parent | 8f40ab49da011f6d57653afbd10d22c20309f2f6 (diff) | |
download | mana-client-399bb2709e773847707a948610fd74c7f4b94e9f.tar.gz mana-client-399bb2709e773847707a948610fd74c7f4b94e9f.tar.bz2 mana-client-399bb2709e773847707a948610fd74c7f4b94e9f.tar.xz mana-client-399bb2709e773847707a948610fd74c7f4b94e9f.zip |
Committed header dependencies reducing patch by Doener
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 5 |
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; |