fix issue with changed library of lua.hpp

This commit is contained in:
ErikasKontenis 2019-09-14 21:59:01 +03:00
parent 67a0770b7f
commit 128789a264
4 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@ -15,3 +15,5 @@ vc14/.vs/
*.pdb
*.dll
/.vs
/vc14/Debug
/vc14/UpgradeLog.htm

View File

@ -59,7 +59,7 @@ mapAuthor = "CipSoft"
mysqlHost = "127.0.0.1"
mysqlUser = "root"
mysqlPass = ""
mysqlDatabase = "nostalrius"
mysqlDatabase = "sabrehaven"
mysqlPort = 3306
mysqlSock = ""

View File

@ -20,7 +20,7 @@
#ifndef FS_CONFIGMANAGER_H_6BDD23BD0B8344F4B7C40E8BE6AF6F39
#define FS_CONFIGMANAGER_H_6BDD23BD0B8344F4B7C40E8BE6AF6F39
#include <lua.hpp>
#include <luajit/lua.hpp>
class ConfigManager
{

View File

@ -20,7 +20,7 @@
#ifndef FS_LUASCRIPT_H_5344B2BC907E46E3943EA78574A212D8
#define FS_LUASCRIPT_H_5344B2BC907E46E3943EA78574A212D8
#include <lua.hpp>
#include <luajit/lua.hpp>
#if LUA_VERSION_NUM >= 502
#ifndef LUA_COMPAT_ALL