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, 1 insertions, 1 deletions
diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h
index a138e9fb13..b0c4ca749d 100644
--- a/engines/hdb/gfx.h
+++ b/engines/hdb/gfx.h
@@ -77,7 +77,7 @@ public:
Graphics::ManagedSurface _globalSurface;
- bool init();
+ void init();
void save(Common::OutSaveFile *out);
void loadSaveFile(Common::InSaveFile *in);
void fillScreen(uint32 color);