aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-13 16:04:05 +0200
committerEugene Sandulenko2019-09-03 17:17:19 +0200
commit62a6a3646322b4161233dee87270b27e316620bc (patch)
treeb5d787cc1ba2cfd93b9a88501c8a53f4eb2de3f1 /engines/hdb/gfx.h
parent5fa5f6fb391449369e54836bf2c0f8e201a63691 (diff)
downloadscummvm-rg350-62a6a3646322b4161233dee87270b27e316620bc.tar.gz
scummvm-rg350-62a6a3646322b4161233dee87270b27e316620bc.tar.bz2
scummvm-rg350-62a6a3646322b4161233dee87270b27e316620bc.zip
HDB: Complete Map::restartSystem()
Diffstat (limited to 'engines/hdb/gfx.h')
-rw-r--r--engines/hdb/gfx.h2
1 files changed, 2 insertions, 0 deletions
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);