aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/resmgr.cpp
diff options
context:
space:
mode:
authorMax Horn2009-02-21 19:33:01 +0000
committerMax Horn2009-02-21 19:33:01 +0000
commiteb37789f6f5fc4c37e93c612d9959fdaf65d1247 (patch)
tree425e33a69b4ad706e0d4db329ad5ac8b5526f6bf /engines/sci/gfx/resmgr.cpp
parentdbfe031ef21c3f143e1fb229fda3dc9f1419d87d (diff)
downloadscummvm-rg350-eb37789f6f5fc4c37e93c612d9959fdaf65d1247.tar.gz
scummvm-rg350-eb37789f6f5fc4c37e93c612d9959fdaf65d1247.tar.bz2
scummvm-rg350-eb37789f6f5fc4c37e93c612d9959fdaf65d1247.zip
SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files
svn-id: r38735
Diffstat (limited to 'engines/sci/gfx/resmgr.cpp')
-rw-r--r--engines/sci/gfx/resmgr.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/sci/gfx/resmgr.cpp b/engines/sci/gfx/resmgr.cpp
index 62f0493775..c722175b12 100644
--- a/engines/sci/gfx/resmgr.cpp
+++ b/engines/sci/gfx/resmgr.cpp
@@ -29,11 +29,11 @@
// filenames, are misleading. This should be renamed to "Graphics manager"
// or something like that.
-#include "sci/include/gfx_resource.h"
-#include "sci/include/gfx_tools.h"
-#include "sci/include/gfx_driver.h"
-#include "sci/include/gfx_resmgr.h"
-#include "sci/include/gfx_state_internal.h"
+#include "sci/gfx/gfx_resource.h"
+#include "sci/gfx/gfx_tools.h"
+#include "sci/gfx/gfx_driver.h"
+#include "sci/gfx/gfx_resmgr.h"
+#include "sci/gfx/gfx_state_internal.h"
#include "common/system.h"