diff options
| author | Eugene Sandulenko | 2019-07-02 00:46:12 +0200 | 
|---|---|---|
| committer | Eugene Sandulenko | 2019-09-03 17:17:07 +0200 | 
| commit | e31e9dbae17ab707fd50b7a29bdbdf0889fe1811 (patch) | |
| tree | 52b777431e4d2b4c871df83935338db3b073d8e5 | |
| parent | 45b90776e27467afecce452573ca6c8c5fafe269 (diff) | |
| download | scummvm-rg350-e31e9dbae17ab707fd50b7a29bdbdf0889fe1811.tar.gz scummvm-rg350-e31e9dbae17ab707fd50b7a29bdbdf0889fe1811.tar.bz2 scummvm-rg350-e31e9dbae17ab707fd50b7a29bdbdf0889fe1811.zip  | |
HDB: Renamed draw-manager.* -> gfx.*
| -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 \  | 
