mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 23:40:26 +00:00
normalize includes: zone
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef EQEMU_LUA_HATE_LIST_H
|
||||
#define EQEMU_LUA_HATE_LIST_H
|
||||
#pragma once
|
||||
|
||||
#ifdef LUA_EQEMU
|
||||
|
||||
#include "lua_ptr.h"
|
||||
#include "zone/lua_ptr.h"
|
||||
|
||||
class Lua_Mob;
|
||||
struct struct_HateList;
|
||||
@@ -33,5 +33,4 @@ struct Lua_HateList
|
||||
std::vector<Lua_HateEntry> entries;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
#endif // LUA_EQEMU
|
||||
|
||||
Reference in New Issue
Block a user