Added all lua objects i need for now, a ton of API too

This commit is contained in:
KimLS
2013-06-02 00:15:26 -07:00
parent a1080fdb2d
commit d14608356d
31 changed files with 2376 additions and 370 deletions
+2 -4
View File
@@ -5,6 +5,8 @@
#include "lua_mob.h"
class Client;
class Lua_Group;
class Lua_Raid;
namespace luabind {
struct scope;
@@ -259,12 +261,8 @@ public:
bool HasSpellScribed(int spell_id);
void SetAccountFlag(std::string flag, std::string val);
std::string GetAccountFlag(std::string flag);
/*
//unsup features
Lua_Group GetGroup();
Lua_Raid GetRaid();
*/
};
#endif