aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.h
diff options
context:
space:
mode:
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);