aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/gfxModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/gfxModule.h')
-rw-r--r--engines/cruise/gfxModule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cruise/gfxModule.h b/engines/cruise/gfxModule.h
index 308b96ab64..1048fa8296 100644
--- a/engines/cruise/gfxModule.h
+++ b/engines/cruise/gfxModule.h
@@ -67,6 +67,8 @@ void flip(void);
void drawSolidBox(int32 x1, int32 y1, int32 x2, int32 y2, uint8 colour);
void resetBitmap(uint8 *dataPtr, int32 dataSize);
+void switchBackground(const byte *newBg);
+
} // End of namespace Cruise
#endif