aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/persistent.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-19 19:29:15 +0200
committerEinar Johan Trøan Sømåen2012-07-19 19:29:15 +0200
commit113961fd2a2203434b03766d722a0f8c0854bfd0 (patch)
treec00dde430932fd4a9492ca302c44fd34ff9384ac /engines/wintermute/persistent.h
parenta3e8ad4c52f2ad484e94fc8b641e7c7b67b44c04 (diff)
downloadscummvm-rg350-113961fd2a2203434b03766d722a0f8c0854bfd0.tar.gz
scummvm-rg350-113961fd2a2203434b03766d722a0f8c0854bfd0.tar.bz2
scummvm-rg350-113961fd2a2203434b03766d722a0f8c0854bfd0.zip
WINTERMUTE: Change all folder-names to lowercase.
Diffstat (limited to 'engines/wintermute/persistent.h')
-rw-r--r--engines/wintermute/persistent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/persistent.h b/engines/wintermute/persistent.h
index af1224c200..556ccbbd4f 100644
--- a/engines/wintermute/persistent.h
+++ b/engines/wintermute/persistent.h
@@ -41,8 +41,8 @@ typedef bool(*PERSISTLOAD)(void *, CBPersistMgr *);
typedef void (*SYS_INSTANCE_CALLBACK)(void *Instance, void *Data);
} // end of namespace WinterMute
-#include "engines/wintermute/Sys/SysClass.h"
-#include "engines/wintermute/Sys/SysClassRegistry.h"
+#include "engines/wintermute/system/SysClass.h"
+#include "engines/wintermute/system/SysClassRegistry.h"
namespace WinterMute {