mirror of
https://github.com/otland/forgottenserver
synced 2026-08-15 16:32:07 -04:00
* 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
9 lines
289 B
Lua
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')
|