mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 00:57:15 +00:00
Fix luabind::adl::object forward declare for clang
clang didn't like this, and GCC likes both :P
This commit is contained in:
@@ -8,8 +8,10 @@ class Encounter;
|
||||
|
||||
namespace luabind {
|
||||
struct scope;
|
||||
namespace adl {
|
||||
class object;
|
||||
}
|
||||
}
|
||||
|
||||
luabind::scope lua_register_encounter();
|
||||
|
||||
|
||||
@@ -11,8 +11,10 @@ class Lua_ItemInst;
|
||||
|
||||
namespace luabind {
|
||||
struct scope;
|
||||
namespace adl {
|
||||
class object;
|
||||
}
|
||||
}
|
||||
|
||||
luabind::scope lua_register_mob();
|
||||
luabind::scope lua_register_special_abilities();
|
||||
|
||||
Reference in New Issue
Block a user