aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/function.h')
-rw-r--r--engines/sludge/function.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sludge/function.h b/engines/sludge/function.h
index ead2adfa0a..6980d6b10c 100644
--- a/engines/sludge/function.h
+++ b/engines/sludge/function.h
@@ -50,8 +50,7 @@ struct LoadedFunction {
byte freezerLevel;
};
-bool runSludge();
-
+bool runAllFunctions();
int startNewFunctionNum(uint, uint, LoadedFunction *, VariableStack*&, bool = true);
void restartFunction(LoadedFunction *fun);
bool loadFunctionCode(LoadedFunction *newFunc);