mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-22 02:51:30 +00:00
9 lines
165 B
C
9 lines
165 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();
|
|
|
|
#endif
|
|
#endif |