mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-21 06:01:29 +00:00
6 lines
119 B
C++
6 lines
119 B
C++
#include <sol.hpp>
|
|
|
|
void lua_register_general(sol::state *state) {
|
|
auto table = state->create_named_table("eqemu");
|
|
}
|