eqemu-server/zone/lua_hate_list.h

12 lines
155 B
C++

#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