mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-01 18:19:20 +02:00
fix issue with changed library of lua.hpp
This commit is contained in:
parent
67a0770b7f
commit
128789a264
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,3 +15,5 @@ vc14/.vs/
|
|||||||
*.pdb
|
*.pdb
|
||||||
*.dll
|
*.dll
|
||||||
/.vs
|
/.vs
|
||||||
|
/vc14/Debug
|
||||||
|
/vc14/UpgradeLog.htm
|
||||||
|
@ -59,7 +59,7 @@ mapAuthor = "CipSoft"
|
|||||||
mysqlHost = "127.0.0.1"
|
mysqlHost = "127.0.0.1"
|
||||||
mysqlUser = "root"
|
mysqlUser = "root"
|
||||||
mysqlPass = ""
|
mysqlPass = ""
|
||||||
mysqlDatabase = "nostalrius"
|
mysqlDatabase = "sabrehaven"
|
||||||
mysqlPort = 3306
|
mysqlPort = 3306
|
||||||
mysqlSock = ""
|
mysqlSock = ""
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef FS_CONFIGMANAGER_H_6BDD23BD0B8344F4B7C40E8BE6AF6F39
|
#ifndef FS_CONFIGMANAGER_H_6BDD23BD0B8344F4B7C40E8BE6AF6F39
|
||||||
#define FS_CONFIGMANAGER_H_6BDD23BD0B8344F4B7C40E8BE6AF6F39
|
#define FS_CONFIGMANAGER_H_6BDD23BD0B8344F4B7C40E8BE6AF6F39
|
||||||
|
|
||||||
#include <lua.hpp>
|
#include <luajit/lua.hpp>
|
||||||
|
|
||||||
class ConfigManager
|
class ConfigManager
|
||||||
{
|
{
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef FS_LUASCRIPT_H_5344B2BC907E46E3943EA78574A212D8
|
#ifndef FS_LUASCRIPT_H_5344B2BC907E46E3943EA78574A212D8
|
||||||
#define FS_LUASCRIPT_H_5344B2BC907E46E3943EA78574A212D8
|
#define FS_LUASCRIPT_H_5344B2BC907E46E3943EA78574A212D8
|
||||||
|
|
||||||
#include <lua.hpp>
|
#include <luajit/lua.hpp>
|
||||||
|
|
||||||
#if LUA_VERSION_NUM >= 502
|
#if LUA_VERSION_NUM >= 502
|
||||||
#ifndef LUA_COMPAT_ALL
|
#ifndef LUA_COMPAT_ALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user