mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 12:36:36 +00:00
Cleanup of some lua code, initial work on encounter_quests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user