mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
12 lines
155 B
C++
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
|