forgottenserver/data/lib/lib.lua
Daniel Speichert 4233f740f2
Build (cmake) and CI/CD updates (#2973)
* cmake is upgraded and related configs modified
* build using cmake on Windows (with vcpkg) is now possible
* cotire is not used when redundant (cmake >= 3.16)
* Lua version shown on startup
* Github Actions
2020-05-02 21:08:10 -04:00

9 lines
289 B
Lua

-- Core API functions implemented in Lua
dofile('data/lib/core/core.lua')
-- Compatibility library for our old Lua API
dofile('data/lib/compat/compat.lua')
-- Debugging helper function for Lua developers
dofile('data/lib/debugging/dump.lua')
dofile('data/lib/debugging/lua_version.lua')