aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/dm.h')
-rw-r--r--engines/dm/dm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h
index ae16e13e60..08fb3c52e4 100644
--- a/engines/dm/dm.h
+++ b/engines/dm/dm.h
@@ -63,6 +63,7 @@ enum Direction {
kDirSouth = 2,
kDirWest = 3
};
+const char *debugGetDirectionName(Direction dir);