diff options
author | Eugene Sandulenko | 2011-02-28 01:50:06 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2011-03-17 17:31:02 +0200 |
commit | c8133914550a7ac8bab3761406882bcdfc8347a5 (patch) | |
tree | 67f8747f97a2c231bb7d55090f2b23e236ad2c3d /engines | |
parent | 093b74e40541842e4f385f92a75e9eee93a24c2d (diff) | |
download | scummvm-rg350-c8133914550a7ac8bab3761406882bcdfc8347a5.tar.gz scummvm-rg350-c8133914550a7ac8bab3761406882bcdfc8347a5.tar.bz2 scummvm-rg350-c8133914550a7ac8bab3761406882bcdfc8347a5.zip |
HUGO: Renamed menu.* to dialogs.*
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hugo/dialogs.cpp (renamed from engines/hugo/menu.cpp) | 0 | ||||
-rw-r--r-- | engines/hugo/dialogs.h (renamed from engines/hugo/menu.h) | 0 | ||||
-rw-r--r-- | engines/hugo/hugo.h | 2 | ||||
-rw-r--r-- | engines/hugo/module.mk | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/engines/hugo/menu.cpp b/engines/hugo/dialogs.cpp index 7bcdea5cb1..7bcdea5cb1 100644 --- a/engines/hugo/menu.cpp +++ b/engines/hugo/dialogs.cpp diff --git a/engines/hugo/menu.h b/engines/hugo/dialogs.h index 6e2a9063bc..6e2a9063bc 100644 --- a/engines/hugo/menu.h +++ b/engines/hugo/dialogs.h diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h index 566cb75763..a137df786f 100644 --- a/engines/hugo/hugo.h +++ b/engines/hugo/hugo.h @@ -29,7 +29,7 @@ #include "engines/engine.h" #include "common/file.h" #include "hugo/console.h" -#include "hugo/menu.h" +#include "hugo/dialogs.h" // This include is here temporarily while the engine is being refactored. #include "hugo/game.h" diff --git a/engines/hugo/module.mk b/engines/hugo/module.mk index 3a1ceded73..2ded997437 100644 --- a/engines/hugo/module.mk +++ b/engines/hugo/module.mk @@ -3,6 +3,7 @@ MODULE := engines/hugo MODULE_OBJS := \ console.o \ detection.o \ + dialogs.o \ display.o \ file.o \ file_v1d.o \ @@ -13,7 +14,6 @@ MODULE_OBJS := \ hugo.o \ intro.o \ inventory.o \ - menu.o \ mouse.o \ object.o \ object_v1d.o \ |