aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/console.h')
-rw-r--r--engines/cge/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge/console.h b/engines/cge/console.h
index 25a1a4fae3..ea36dfbaae 100644
--- a/engines/cge/console.h
+++ b/engines/cge/console.h
@@ -36,6 +36,7 @@ public:
private:
CGEEngine *_vm;
+ bool Cmd_boundaries(int argc, const char **argv);
};
} // End of namespace CGE