1
0

Fixed tolua++ compilation.

Duplicate files, wrong includes, const-incorrect code...
This commit is contained in:
madmaxoft
2013-12-08 18:24:56 +01:00
parent fd68095acc
commit 4608beb3c6
12 changed files with 14 additions and 205 deletions

View File

@@ -2,7 +2,7 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "ManualBindings.h"
#include "tolua++.h"
#include "tolua++/include/tolua++.h"
#include "Plugin.h"
#include "PluginLua.h"