aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/sword25.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-07-31 07:14:47 +0000
committerEugene Sandulenko2010-10-12 22:00:10 +0000
commitee24f79ca122a82780f03fdf068d5c271cfe82a5 (patch)
tree908f13ce65acdb8a139321eaf111d6ff68573135 /engines/sword25/sword25.h
parente78b19a650e27fe9a24d0e4c9c938294c7b08650 (diff)
downloadscummvm-rg350-ee24f79ca122a82780f03fdf068d5c271cfe82a5.tar.gz
scummvm-rg350-ee24f79ca122a82780f03fdf068d5c271cfe82a5.tar.bz2
scummvm-rg350-ee24f79ca122a82780f03fdf068d5c271cfe82a5.zip
SWORD25: Added and fixed the remaining engine setup/execution/free code
svn-id: r53185
Diffstat (limited to 'engines/sword25/sword25.h')
-rw-r--r--engines/sword25/sword25.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sword25/sword25.h b/engines/sword25/sword25.h
index c440a5f58f..5b29a750f2 100644
--- a/engines/sword25/sword25.h
+++ b/engines/sword25/sword25.h
@@ -55,6 +55,7 @@ private:
bool AppMain();
bool AppEnd();
+ bool LoadPackages();
protected:
virtual Common::Error run();
void shutdown();