mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
13 lines
326 B
C
13 lines
326 B
C
#ifndef EQEMU_LUA_GENERAL_H
|
|
#define EQEMU_LUA_GENERAL_H
|
|
#ifdef LUA_EQEMU
|
|
|
|
luabind::scope lua_register_general();
|
|
luabind::scope lua_register_events();
|
|
luabind::scope lua_register_faction();
|
|
luabind::scope lua_register_slot();
|
|
luabind::scope lua_register_material();
|
|
luabind::scope lua_register_client_version();
|
|
|
|
#endif
|
|
#endif |