mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-14 16:02:26 +00:00
guild_mgr.cpp header cleanup
This commit is contained in:
parent
756e5ee139
commit
1fcb8235c5
@ -15,14 +15,15 @@
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
#include "../common/debug.h"
|
|
||||||
#include "guild_mgr.h"
|
|
||||||
#include "zonedb.h"
|
|
||||||
#include "worldserver.h"
|
|
||||||
#include "../common/servertalk.h"
|
#include "../common/servertalk.h"
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
|
|
||||||
#include "client.h"
|
#include "client.h"
|
||||||
#include "entity.h"
|
#include "entity.h"
|
||||||
|
#include "guild_mgr.h"
|
||||||
|
#include "worldserver.h"
|
||||||
|
#include "zonedb.h"
|
||||||
|
|
||||||
ZoneGuildManager guild_mgr;
|
ZoneGuildManager guild_mgr;
|
||||||
GuildBankManager *GuildBanks;
|
GuildBankManager *GuildBanks;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user