aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/image/b25sloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/image/b25sloader.h')
-rwxr-xr-xengines/sword25/gfx/image/b25sloader.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/sword25/gfx/image/b25sloader.h b/engines/sword25/gfx/image/b25sloader.h
index bafea87365..f562d3c6c7 100755
--- a/engines/sword25/gfx/image/b25sloader.h
+++ b/engines/sword25/gfx/image/b25sloader.h
@@ -17,15 +17,15 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// -----------------------------------------------------------------------------
-#ifndef BS_B25SLOADER_H
-#define BS_B25SLOADER_H
+#ifndef SWORD25_B25SLOADER_H
+#define SWORD25_B25SLOADER_H
// -----------------------------------------------------------------------------
// Includes
// -----------------------------------------------------------------------------
-#include "kernel/common.h"
-#include "imageloader.h"
+#include "sword25/kernel/common.h"
+#include "sword25/gfx/image/imageloader.h"
// -----------------------------------------------------------------------------
// Klassendeklaration
@@ -36,9 +36,9 @@ class BS_B25SLoader : public BS_ImageLoader
public:
static BS_ImageLoader * CreateInstance()
{
- #include "kernel/memlog_off.h"
+ #include "sword25/kernel/memlog_off.h"
return static_cast<BS_ImageLoader *>(new BS_B25SLoader());
- #include "kernel/memlog_on.h"
+ #include "sword25/kernel/memlog_on.h"
}
protected: