Hate list stuff, need to make it more efficient

This commit is contained in:
KimLS
2013-05-17 09:49:02 -07:00
parent 3ddc61420b
commit 1f265af1e7
7 changed files with 76 additions and 47 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef EQEMU_LUA_HATE_LIST_H
#define EQEMU_LUA_HATE_LIST_H
#ifdef LUA_EQEMU
struct Lua_HateList
{
std::vector<Lua_HateEntry> entries;
};
#endif
#endif