mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 21:21:05 +00:00
SHERLOCK: Renamed graphics.cpp to surface.cpp
This commit is contained in:
parent
afa49212e8
commit
24b93a14be
@ -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 {
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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 {
|
||||
|
@ -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"
|
||||
|
@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sherlock/graphics.h"
|
||||
#include "sherlock/surface.h"
|
||||
#include "sherlock/sherlock.h"
|
||||
#include "common/system.h"
|
||||
#include "graphics/palette.h"
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user