diff options
| -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 \  | 
