mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +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:
parent
9ab459292b
commit
a49aef24c5
@ -8,7 +8,9 @@ class Encounter;
|
|||||||
|
|
||||||
namespace luabind {
|
namespace luabind {
|
||||||
struct scope;
|
struct scope;
|
||||||
class object;
|
namespace adl {
|
||||||
|
class object;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
luabind::scope lua_register_encounter();
|
luabind::scope lua_register_encounter();
|
||||||
|
|||||||
@ -11,7 +11,9 @@ class Lua_ItemInst;
|
|||||||
|
|
||||||
namespace luabind {
|
namespace luabind {
|
||||||
struct scope;
|
struct scope;
|
||||||
class object;
|
namespace adl {
|
||||||
|
class object;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
luabind::scope lua_register_mob();
|
luabind::scope lua_register_mob();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user