SHERLOCK: Renamed graphics.cpp to surface.cpp

This commit is contained in:
Paul Gilbert 2015-05-13 20:05:19 -04:00
parent afa49212e8
commit 24b93a14be
8 changed files with 7 additions and 8 deletions

View File

@ -29,7 +29,7 @@
#include "common/serializer.h"
#include "common/str.h"
#include "common/str-array.h"
#include "sherlock/graphics.h"
#include "sherlock/surface.h"
#include "sherlock/objects.h"
namespace Sherlock {

View File

@ -9,7 +9,6 @@ MODULE_OBJS = \
debugger.o \
detection.o \
events.o \
graphics.o \
inventory.o \
journal.o \
map.o \
@ -22,6 +21,7 @@ MODULE_OBJS = \
settings.o \
sherlock.o \
sound.o \
surface.o \
talk.o \
user_interface.o

View File

@ -21,7 +21,7 @@
*/
#include "sherlock/saveload.h"
#include "sherlock/graphics.h"
#include "sherlock/surface.h"
#include "sherlock/sherlock.h"
#include "common/system.h"
#include "graphics/scaler.h"

View File

@ -26,8 +26,7 @@
#include "common/list.h"
#include "common/rect.h"
#include "common/serializer.h"
#include "graphics/surface.h"
#include "sherlock/graphics.h"
#include "sherlock/surface.h"
#include "sherlock/resources.h"
namespace Sherlock {

View File

@ -21,7 +21,7 @@
*/
#include "sherlock/sherlock.h"
#include "sherlock/graphics.h"
#include "sherlock/surface.h"
#include "common/scummsys.h"
#include "common/config-manager.h"
#include "common/debug-channels.h"

View File

@ -20,7 +20,7 @@
*
*/
#include "sherlock/graphics.h"
#include "sherlock/surface.h"
#include "sherlock/sherlock.h"
#include "common/system.h"
#include "graphics/palette.h"

View File

@ -25,7 +25,7 @@
#include "common/scummsys.h"
#include "common/events.h"
#include "sherlock/graphics.h"
#include "sherlock/surface.h"
#include "sherlock/objects.h"
#include "sherlock/resources.h"