...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
+3
View File
@@ -14,6 +14,9 @@ public:
virtual ~Lua_Mob() { }
const char *GetName();
void Depop();
void Depop(bool start_spawn_timer);
};
#endif