mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-02 02:29:21 +02:00
Merge branch '14-fix-lua-library-naming-for-proper-compilation-without-errors' into 'master'
Resolve "Fix lua library naming for proper compilation without errors" Closes #14 See merge request ErikasKontenis/Sabrehaven!2
This commit is contained in:
commit
89df66e1c9
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,3 +14,6 @@ vc14/theforgottenserver.vcxproj.user
|
||||
vc14/.vs/
|
||||
*.pdb
|
||||
*.dll
|
||||
/.vs
|
||||
/vc14/Debug
|
||||
/vc14/UpgradeLog.htm
|
||||
|
@ -59,7 +59,7 @@ mapAuthor = "CipSoft"
|
||||
mysqlHost = "127.0.0.1"
|
||||
mysqlUser = "root"
|
||||
mysqlPass = ""
|
||||
mysqlDatabase = "nostalrius"
|
||||
mysqlDatabase = "sabrehaven"
|
||||
mysqlPort = 3306
|
||||
mysqlSock = ""
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef FS_CONFIGMANAGER_H_6BDD23BD0B8344F4B7C40E8BE6AF6F39
|
||||
#define FS_CONFIGMANAGER_H_6BDD23BD0B8344F4B7C40E8BE6AF6F39
|
||||
|
||||
#include <lua.hpp>
|
||||
#include <luajit/lua.hpp>
|
||||
|
||||
class ConfigManager
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user