diff options
author | Nipun Garg | 2019-06-07 22:28:45 +0530 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:16:44 +0200 |
commit | 33850b80d294b60e8f25a2f2475d1aa6267122eb (patch) | |
tree | 0dbe578feb2cd5657ecfc16b2c8caa5b56c715c4 /engines/hdb/draw-manager.h | |
parent | a0b6b08ecd294003eaceb8b2aba037bb4d56f069 (diff) | |
download | scummvm-rg350-33850b80d294b60e8f25a2f2475d1aa6267122eb.tar.gz scummvm-rg350-33850b80d294b60e8f25a2f2475d1aa6267122eb.tar.bz2 scummvm-rg350-33850b80d294b60e8f25a2f2475d1aa6267122eb.zip |
HDB: Add cacheTile() to load a Tile into memory
Diffstat (limited to 'engines/hdb/draw-manager.h')
-rw-r--r-- | engines/hdb/draw-manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/draw-manager.h b/engines/hdb/draw-manager.h index 2c651dd816..fac91c78ad 100644 --- a/engines/hdb/draw-manager.h +++ b/engines/hdb/draw-manager.h @@ -48,6 +48,7 @@ public: DrawMan(); bool init(); + bool cacheTile(int index); private: int _numTiles; |