mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 16:46:37 +00:00
Cleanup of some lua code, initial work on encounter_quests
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
|
||||
struct SPDat_Spell_Struct;
|
||||
|
||||
namespace luabind {
|
||||
struct scope;
|
||||
}
|
||||
|
||||
luabind::scope lua_register_spell();
|
||||
|
||||
class Lua_Spell : public Lua_Ptr<const void>
|
||||
{
|
||||
typedef const SPDat_Spell_Struct NativeType;
|
||||
|
||||
Reference in New Issue
Block a user