From eaff6a40f6f9cb8a5817c7b90a7e24c8c12da3fe Mon Sep 17 00:00:00 2001 From: RichieSams Date: Tue, 30 Dec 2014 18:21:43 -0600 Subject: SWORD25: Correct include guards to reflect the changes to the file names --- engines/sword25/util/lua_persistence.h | 4 ++-- engines/sword25/util/lua_persistence_util.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/sword25/util') 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; -- cgit v1.2.3