mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
14 lines
368 B
C
14 lines
368 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();
|
|
luabind::scope lua_register_appearance();
|
|
|
|
#endif
|
|
#endif |