diff options
Diffstat (limited to 'engines/hdb/map-loader.h')
-rw-r--r-- | engines/hdb/map-loader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/map-loader.h b/engines/hdb/map-loader.h index 8ee0760643..da8b7d6713 100644 --- a/engines/hdb/map-loader.h +++ b/engines/hdb/map-loader.h @@ -74,6 +74,8 @@ public: bool load(Common::SeekableReadStream *stream); void draw(); void drawEnts(); + void drawGratings(); + void drawForegrounds(); uint32 getMapBGTileFlags(int x, int y); uint32 getMapFGTileFlags(int x, int y); |