From 62a6a3646322b4161233dee87270b27e316620bc Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 13 Jul 2019 16:04:05 +0200 Subject: HDB: Complete Map::restartSystem() --- engines/hdb/gfx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/hdb/gfx.h') diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h index 36204c59f9..59d44fb39a 100644 --- a/engines/hdb/gfx.h +++ b/engines/hdb/gfx.h @@ -122,6 +122,8 @@ public: Picture *getPicture(const char *name); void emptyGfxCaches(); + void markTileCacheFreeable(); + void markGfxCacheFreeable(); // Returns: true->Tile, false->Pic bool selectGfxType(const char *name); -- cgit v1.2.3