aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalanche.h')
-rw-r--r--engines/avalanche/avalanche.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index 5736291ad7..ae490e0056 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -320,7 +320,6 @@ public:
void init();
void callVerb(VerbCode id);
- void drawAlsoLines();
void loadRoom(byte num);
void exitRoom(byte x);
void enterRoom(Room room, byte ped);
@@ -349,8 +348,6 @@ public:
Common::String intToStr(int32 num);
- void setBackgroundColor(byte x);
-
void resetVariables();
void newGame(); // This sets up the DNA for a completely new game.
void slowDown();