mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 11:36:36 +00:00
Cleanup of some lua code, initial work on encounter_quests
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
|
||||
class Client;
|
||||
|
||||
namespace luabind {
|
||||
struct scope;
|
||||
}
|
||||
|
||||
luabind::scope lua_register_client();
|
||||
|
||||
class Lua_Client : public Lua_Mob
|
||||
{
|
||||
typedef Client NativeType;
|
||||
|
||||
Reference in New Issue
Block a user