Skip to content

Commit

Permalink
SHERLOCK: Renamed graphics.cpp to surface.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 14, 2015
1 parent afa4921 commit 24b93a1
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion engines/sherlock/map.h
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion engines/sherlock/module.mk
Expand Up @@ -9,7 +9,6 @@ MODULE_OBJS = \
debugger.o \
detection.o \
events.o \
graphics.o \
inventory.o \
journal.o \
map.o \
Expand All @@ -22,6 +21,7 @@ MODULE_OBJS = \
settings.o \
sherlock.o \
sound.o \
surface.o \
talk.o \
user_interface.o

Expand Down
2 changes: 1 addition & 1 deletion engines/sherlock/saveload.cpp
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions engines/sherlock/screen.h
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion engines/sherlock/sherlock.cpp
Expand Up @@ -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"
Expand Down
Expand Up @@ -20,7 +20,7 @@
*
*/

#include "sherlock/graphics.h"
#include "sherlock/surface.h"
#include "sherlock/sherlock.h"
#include "common/system.h"
#include "graphics/palette.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion engines/sherlock/user_interface.h
Expand Up @@ -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"

Expand Down

0 comments on commit 24b93a1

Please sign in to comment.