From 2fa78a91bb87ed17ac5582d3dde4ffaf67aff5af Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Tue, 28 May 2019 00:15:03 +0530 Subject: HDB: Add Subsystems and Memory Limits to hdb.h --- engines/hdb/hdb.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines') diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h index 72b13b0d05..4bc3822d05 100644 --- a/engines/hdb/hdb.h +++ b/engines/hdb/hdb.h @@ -35,6 +35,20 @@ #include "engines/util.h" #include "console.h" +#define MAX_SNDCACHE_MEM 0x400000 // 4Mb of sounds in memory +#define MAX_TILES_CACHED 3500 // Max no of tiles in memory at once +#define GFX_CACHE_LIMIT 0x800000 + +/* + Subsystems +*/ + +#include "file-manager.h" + +/* + Game System Singletons +*/ + struct ADGameDescription; namespace HDB { -- cgit v1.2.3