aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/sludger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/sludger.h')
-rw-r--r--engines/sludge/sludger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sludge/sludger.h b/engines/sludge/sludger.h
index 6234e591c2..10c17943c2 100644
--- a/engines/sludge/sludger.h
+++ b/engines/sludge/sludger.h
@@ -77,6 +77,7 @@ extern unsigned char *gameIcon;
extern int iconW, iconH;
bool initSludge(const char *);
+void displayBase();
void sludgeDisplay();
int startNewFunctionNum(unsigned int, unsigned int, loadedFunction *, variableStack*&, bool = true);
bool handleInput();