normalize includes: zone

This commit is contained in:
brainiac
2025-12-18 00:59:27 -08:00
committed by Alex
parent 552a908f92
commit 7fe49b5630
278 changed files with 2431 additions and 2901 deletions
+7 -10
View File
@@ -1,14 +1,14 @@
#ifndef AURA_H
#define AURA_H
#pragma once
#include "common/timer.h"
#include "common/types.h"
#include "zone/mob.h"
#include "zone/npc.h"
#include <functional>
#include <set>
#include "mob.h"
#include "npc.h"
#include "../common/types.h"
#include "../common/timer.h"
class Group;
class Raid;
class Mob;
@@ -86,6 +86,3 @@ private:
std::set<int> casted_on; // we keep track of the other entities we've casted on
std::set<int> spawned_for;
};
#endif /* !AURA_H */