diff options
-rw-r--r-- | engines/hdb/gfx.cpp (renamed from engines/hdb/draw-manager.cpp) | 0 | ||||
-rw-r--r-- | engines/hdb/gfx.h (renamed from engines/hdb/draw-manager.h) | 0 | ||||
-rw-r--r-- | engines/hdb/hdb.h | 2 | ||||
-rw-r--r-- | engines/hdb/module.mk | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/engines/hdb/draw-manager.cpp b/engines/hdb/gfx.cpp index 852718f101..852718f101 100644 --- a/engines/hdb/draw-manager.cpp +++ b/engines/hdb/gfx.cpp diff --git a/engines/hdb/draw-manager.h b/engines/hdb/gfx.h index 1ace112993..1ace112993 100644 --- a/engines/hdb/draw-manager.h +++ b/engines/hdb/gfx.h diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h index e9f0548869..3c90cdfbdb 100644 --- a/engines/hdb/hdb.h +++ b/engines/hdb/hdb.h @@ -38,7 +38,7 @@ #include "console.h" #include "hdb/mpc.h" -#include "hdb/draw-manager.h" +#include "hdb/gfx.h" #include "hdb/ai.h" #include "hdb/ai-player.h" #include "hdb/file-manager.h" diff --git a/engines/hdb/module.mk b/engines/hdb/module.mk index af3236149a..e55658f7d1 100644 --- a/engines/hdb/module.mk +++ b/engines/hdb/module.mk @@ -11,9 +11,9 @@ MODULE_OBJS := \ ai-use.o \ ai-waypoint.o \ console.o \ - draw-manager.o \ detection.o \ file-manager.o \ + gfx.o \ hdb.o \ input.o \ lua-script.o \ |