From fdbcb5f785dcc4a4bf8b178c11f4a92d07467e6c Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 28 Sep 2013 10:41:52 +0200 Subject: AVALANCHE: Move some more functions to Graphics --- engines/avalanche/avalanche.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/avalanche/avalanche.h') 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(); -- cgit v1.2.3