aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
diff options
context:
space:
mode:
authorEugene Sandulenko2011-02-28 01:50:06 +0200
committerEugene Sandulenko2011-03-17 17:31:02 +0200
commitc8133914550a7ac8bab3761406882bcdfc8347a5 (patch)
tree67f8747f97a2c231bb7d55090f2b23e236ad2c3d /engines/hugo
parent093b74e40541842e4f385f92a75e9eee93a24c2d (diff)
downloadscummvm-rg350-c8133914550a7ac8bab3761406882bcdfc8347a5.tar.gz
scummvm-rg350-c8133914550a7ac8bab3761406882bcdfc8347a5.tar.bz2
scummvm-rg350-c8133914550a7ac8bab3761406882bcdfc8347a5.zip
HUGO: Renamed menu.* to dialogs.*
Diffstat (limited to 'engines/hugo')
-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.h2
-rw-r--r--engines/hugo/module.mk2
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 \