mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
normalize includes: zone
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef EQEMU_NPC_SCALE_MANAGER_H
|
||||
#define EQEMU_NPC_SCALE_MANAGER_H
|
||||
#pragma once
|
||||
|
||||
#include "zone/npc.h"
|
||||
#include "zone/zone.h"
|
||||
|
||||
#include "npc.h"
|
||||
#include "zone.h"
|
||||
extern Zone* zone;
|
||||
|
||||
class NpcScaleManager {
|
||||
@@ -119,5 +119,3 @@ public:
|
||||
};
|
||||
|
||||
extern NpcScaleManager *npc_scale_manager;
|
||||
|
||||
#endif //EQEMU_NPC_SCALE_MANAGER_H
|
||||
|
||||
Reference in New Issue
Block a user