diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-07-23 16:29:49 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-07-23 16:29:49 +0000 |
commit | 2003fd3534a312128c620e7e36902ac07045516e (patch) | |
tree | a98804c83f3d568756344943fbd580531195429b /src/map.h | |
parent | b81f47c9b5fa2709af4d6e6e0669c604f3f273b1 (diff) | |
download | mana-2003fd3534a312128c620e7e36902ac07045516e.tar.gz mana-2003fd3534a312128c620e7e36902ac07045516e.tar.bz2 mana-2003fd3534a312128c620e7e36902ac07045516e.tar.xz mana-2003fd3534a312128c620e7e36902ac07045516e.zip |
Restored Being::setDestination, a pointer to the current map is now kept as a member in Being.
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ #include "resources/image.h" #include <list> +struct PATH_NODE; + /** * A meta tile stores additional information about a location on a tile map. * This is information that doesn't need to be repeated for each tile in each |