aboutsummaryrefslogtreecommitdiff
path: root/sky/logic.h
diff options
context:
space:
mode:
authorJoost Peters2004-09-13 17:05:23 +0000
committerJoost Peters2004-09-13 17:05:23 +0000
commita57fcac59a47c406251e129e327487db90a14507 (patch)
tree866b515b54b1ffa8d32702867ab74a488d51625b /sky/logic.h
parent1f9e3739558405893eb62d6ac0a6d15d76abc2dc (diff)
downloadscummvm-rg350-a57fcac59a47c406251e129e327487db90a14507.tar.gz
scummvm-rg350-a57fcac59a47c406251e129e327487db90a14507.tar.bz2
scummvm-rg350-a57fcac59a47c406251e129e327487db90a14507.zip
Add debugger for BASS.
This should help in tracking down remaining bugs, such as the grid problems and walk deadlocks. svn-id: r15098
Diffstat (limited to 'sky/logic.h')
-rw-r--r--sky/logic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sky/logic.h b/sky/logic.h
index 499f296c36..391e8ec931 100644
--- a/sky/logic.h
+++ b/sky/logic.h
@@ -240,6 +240,7 @@ public:
bool fnPrintf(uint32 a, uint32 b, uint32 c);
void stdSpeak(Compact *target, uint32 textNum, uint32 animNum, uint32 base);
+ void fnExec(uint16 num, uint32 a, uint32 b, uint32 c);
static uint32 _scriptVariables[838];
Grid *_skyGrid;