12#ifndef MINESERVER_LUAREGCMD_H
13#define MINESERVER_LUAREGCMD_H
25 const char *namespaceName =
"cmd";
static void loadLua(lua_State *state, const char *namespaceName)
Register Lua things.
Definition commands.cpp:97
static void loadLua(lua_State *state, const char *namespaceName)
Register Lua things.
Definition commands.cpp:115
The file handling commands logic.
void loadCmdLua(lua_State *state)
Registers commands logic to lua.
Definition luaregcmd.hpp:23