summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/AllToLua.pkg2
-rw-r--r--src/Bindings.cpp4
-rw-r--r--src/Bindings.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/AllToLua.pkg b/src/AllToLua.pkg
index ee594be1a..fe9217104 100644
--- a/src/AllToLua.pkg
+++ b/src/AllToLua.pkg
@@ -15,7 +15,7 @@ typedef unsigned short UInt16;
$cfile "ChunkDef.h"
-$cfile "../iniFile/iniFile.h"
+$cfile "../lib/inifile/iniFile.h"
$cfile "OSSupport/File.h"
diff --git a/src/Bindings.cpp b/src/Bindings.cpp
index 7fc9be379..942ea0eaf 100644
--- a/src/Bindings.cpp
+++ b/src/Bindings.cpp
@@ -1,6 +1,6 @@
/*
** Lua binding: AllToLua
-** Generated automatically by tolua++-1.0.92 on 11/26/13 15:29:19.
+** Generated automatically by tolua++-1.0.92 on 11/26/13 22:11:10.
*/
#ifndef __cplusplus
@@ -16,7 +16,7 @@ TOLUA_API int tolua_AllToLua_open (lua_State* tolua_S);
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "tolua_base.h"
#include "ChunkDef.h"
-#include "lib/iniFile/iniFile.h"
+#include "../lib/inifile/iniFile.h"
#include "OSSupport/File.h"
#include "BlockID.h"
#include "StringUtils.h"
diff --git a/src/Bindings.h b/src/Bindings.h
index 240ceec30..d141484db 100644
--- a/src/Bindings.h
+++ b/src/Bindings.h
@@ -1,6 +1,6 @@
/*
** Lua binding: AllToLua
-** Generated automatically by tolua++-1.0.92 on 11/26/13 15:29:20.
+** Generated automatically by tolua++-1.0.92 on 11/26/13 22:11:11.
*/
/* Exported function */