aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2011-07-13 21:04:44 +1000
committerPaul Gilbert2011-07-13 21:04:44 +1000
commit324ccb1760b4915d91b58e643bd0d079eaa095f6 (patch)
treee198f4f8f93eee890ed841b3cced2847b0c14c57 /engines/cge/cge.cpp
parentc3c8032c42958f73ef4370fb0476fd0f5a7e30dd (diff)
downloadscummvm-rg350-324ccb1760b4915d91b58e643bd0d079eaa095f6.tar.gz
scummvm-rg350-324ccb1760b4915d91b58e643bd0d079eaa095f6.tar.bz2
scummvm-rg350-324ccb1760b4915d91b58e643bd0d079eaa095f6.zip
CGE: Split pathfinding related code into walk.cpp
Diffstat (limited to 'engines/cge/cge.cpp')
-rw-r--r--engines/cge/cge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/cge.cpp b/engines/cge/cge.cpp
index 527b16d288..0861e3e7f2 100644
--- a/engines/cge/cge.cpp
+++ b/engines/cge/cge.cpp
@@ -35,7 +35,7 @@
#include "cge/talk.h"
#include "cge/text.h"
#include "cge/vol.h"
-
+#include "cge/walk.h"
namespace CGE {