mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 19:30:41 +00:00
HUGO: Renamed menu.* to dialogs.*
This commit is contained in:
parent
093b74e405
commit
c813391455
@ -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"
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user