Fixed a silly path error in #include.
This commit is contained in:
parent
48639ee4d2
commit
1495bba17c
@ -4,7 +4,7 @@
|
|||||||
#include "ManualBindings.h"
|
#include "ManualBindings.h"
|
||||||
#undef TOLUA_TEMPLATE_BIND
|
#undef TOLUA_TEMPLATE_BIND
|
||||||
#include "tolua++/include/tolua++.h"
|
#include "tolua++/include/tolua++.h"
|
||||||
#include "polarssl\md5.h"
|
#include "polarssl/md5.h"
|
||||||
#include "Plugin.h"
|
#include "Plugin.h"
|
||||||
#include "PluginLua.h"
|
#include "PluginLua.h"
|
||||||
#include "PluginManager.h"
|
#include "PluginManager.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user