From 89a3c43da1318644b14531b69ed1b38708a6413a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 24 Aug 2014 12:32:11 -0400 Subject: ACCESS: More work on inventory screen setup --- engines/access/files.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/access/files.h') diff --git a/engines/access/files.h b/engines/access/files.h index d1a4d5aafd..b13a796925 100644 --- a/engines/access/files.h +++ b/engines/access/files.h @@ -26,6 +26,7 @@ #include "common/scummsys.h" #include "common/array.h" #include "common/file.h" +#include "graphics/surface.h" #include "access/decompress.h" namespace Access { @@ -96,6 +97,11 @@ public: */ void loadScreen(const Common::String &filename); + /** + * Load a screen resource onto a designated surface + */ + void loadScreen(Graphics::Surface *dest, int fileNum, int subfile); + /** * Open up a sub-file container file */ -- cgit v1.2.3