#ifndef EQEMU_LUA_HATE_LIST_H #define EQEMU_LUA_HATE_LIST_H #ifdef LUA_EQEMU struct Lua_HateList { std::vector entries; }; #endif #endif