aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorJames Brown2003-01-26 06:17:25 +0000
committerJames Brown2003-01-26 06:17:25 +0000
commita0b77e7389686d38cf938136e729a5d6fa2dd8be (patch)
tree0a116455d8361189b9bdfb49f49ec49d5de6d2a7 /scumm/intern.h
parent5956e5ee183917efa250ce792d54243399a3aadb (diff)
downloadscummvm-rg350-a0b77e7389686d38cf938136e729a5d6fa2dd8be.tar.gz
scummvm-rg350-a0b77e7389686d38cf938136e729a5d6fa2dd8be.tar.bz2
scummvm-rg350-a0b77e7389686d38cf938136e729a5d6fa2dd8be.zip
LCA03 sync: Modified version of the untrap patch, debugger
savegame/loadgame changes, attempts at making the ComI save/load screen (F1) work. The savegame part of the screen does not work due to a crash, the load part SHOULD... but something resets the saveload flags before they are processed (help! :) svn-id: r6545
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index e0d765aaa1..8bd4b05a92 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -416,6 +416,7 @@ protected:
void o8_blastText();
void o8_cursorCommand();
+ void o8_createBoxMatrix();
void o8_resourceRoutines();
void o8_roomOps();
void o8_actorOps();