...trying out boost with luabind

This commit is contained in:
KimLS
2013-05-11 01:29:58 -07:00
parent dc045591e4
commit d1f7935ee2
107 changed files with 14352 additions and 5395 deletions
+9
View File
@@ -8,4 +8,13 @@ const char *Lua_Mob::GetName() {
return m->GetName();
}
void Lua_Mob::Depop() {
Depop(true);
}
void Lua_Mob::Depop(bool start_spawn_timer) {
Mob *m = reinterpret_cast<Mob*>(d_);
return m->Depop(start_spawn_timer);
}
#endif