Skip to content

Commit

Permalink
Fixed tolua++ files
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerw committed Nov 26, 2013
1 parent 0de95a2 commit 1c526ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/AllToLua.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typedef unsigned short UInt16;

$cfile "ChunkDef.h"

$cfile "../iniFile/iniFile.h"
$cfile "../lib/inifile/iniFile.h"

$cfile "OSSupport/File.h"

Expand Down
4 changes: 2 additions & 2 deletions src/Bindings.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/Bindings.h
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down

0 comments on commit 1c526ed

Please sign in to comment.