diff --git a/engines/hugo/menu.cpp b/engines/hugo/dialogs.cpp similarity index 100% rename from engines/hugo/menu.cpp rename to engines/hugo/dialogs.cpp diff --git a/engines/hugo/menu.h b/engines/hugo/dialogs.h similarity index 100% rename from engines/hugo/menu.h rename to engines/hugo/dialogs.h diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h index 566cb75763e..a137df786f1 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 3a1ceded73e..2ded997437b 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 \