aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/util
diff options
context:
space:
mode:
authorRichieSams2014-12-30 18:21:43 -0600
committerRichieSams2014-12-30 18:21:43 -0600
commiteaff6a40f6f9cb8a5817c7b90a7e24c8c12da3fe (patch)
treef7a0e65d96019f183c33e9b039d2b7c5f20a552f /engines/sword25/util
parent67114c3e7eafdd6ba8c7bc799a40f789acc1efa3 (diff)
downloadscummvm-rg350-eaff6a40f6f9cb8a5817c7b90a7e24c8c12da3fe.tar.gz
scummvm-rg350-eaff6a40f6f9cb8a5817c7b90a7e24c8c12da3fe.tar.bz2
scummvm-rg350-eaff6a40f6f9cb8a5817c7b90a7e24c8c12da3fe.zip
SWORD25: Correct include guards to reflect the changes to the file names
Diffstat (limited to 'engines/sword25/util')
-rw-r--r--engines/sword25/util/lua_persistence.h4
-rw-r--r--engines/sword25/util/lua_persistence_util.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/engines/sword25/util/lua_persistence.h b/engines/sword25/util/lua_persistence.h
index cf7d7e03ca..88cbb04ad2 100644
--- a/engines/sword25/util/lua_persistence.h
+++ b/engines/sword25/util/lua_persistence.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef LUA_SERIALIZATION_H
-#define LUA_SERIALIZATION_H
+#ifndef LUA_PERSISTENCE_H
+#define LUA_PERSISTENCE_H
#include "sword25/util/lua/lua.h"
diff --git a/engines/sword25/util/lua_persistence_util.h b/engines/sword25/util/lua_persistence_util.h
index 345996f606..305eea4aaf 100644
--- a/engines/sword25/util/lua_persistence_util.h
+++ b/engines/sword25/util/lua_persistence_util.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef LUA_SERIALIZATION_UTIL_H
-#define LUA_SERIALIZATION_UTIL_H
+#ifndef LUA_PERISTENCE_UTIL_H
+#define LUA_PERISTENCE_UTIL_H
struct lua_State;