aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires1.cpp
diff options
context:
space:
mode:
authorWalter van Niftrik2016-03-06 21:59:55 +0100
committerWalter van Niftrik2016-03-09 10:03:13 +0100
commit07d0997befe416c56e38b831031b81a30e63925a (patch)
tree2dfd398f068e616f562902e53e6887f2ad5ee65f /engines/adl/hires1.cpp
parent58e7c539096f6b37c40dd0afa13c7ed500037be8 (diff)
downloadscummvm-rg350-07d0997befe416c56e38b831031b81a30e63925a.tar.gz
scummvm-rg350-07d0997befe416c56e38b831031b81a30e63925a.tar.bz2
scummvm-rg350-07d0997befe416c56e38b831031b81a30e63925a.zip
ADL: Clean up AdlMetaEngine
Diffstat (limited to 'engines/adl/hires1.cpp')
-rw-r--r--engines/adl/hires1.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/adl/hires1.cpp b/engines/adl/hires1.cpp
index 314434d850..ad023087d1 100644
--- a/engines/adl/hires1.cpp
+++ b/engines/adl/hires1.cpp
@@ -98,10 +98,6 @@ static const StringOffset stringOffsets[] = {
#define IDI_HR1_OFS_VERBS 0x3800
#define IDI_HR1_OFS_NOUNS 0x0f00
-HiRes1Engine::HiRes1Engine(OSystem *syst, const AdlGameDescription *gd) :
- AdlEngine(syst, gd) {
-}
-
void HiRes1Engine::runIntro() {
Common::File file;
@@ -462,7 +458,7 @@ void HiRes1Engine::drawLine(const Common::Point &p1, const Common::Point &p2, by
}
}
-AdlEngine *HiRes1Engine__create(OSystem *syst, const AdlGameDescription *gd) {
+Engine *HiRes1Engine_create(OSystem *syst, const AdlGameDescription *gd) {
return new HiRes1Engine(syst, gd);
}