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
+9 -10
View File
@@ -1,14 +1,15 @@
#ifndef ANTICHEAT_H
#define ANTICHEAT_H
#pragma once
#include "common/eq_packet_structs.h"
#include "common/eq_packet.h"
#include "common/rulesys.h"
#include "common/timer.h"
#include "glm/vec3.hpp"
class CheatManager;
class Client;
#include "../common/timer.h"
#include "../common/rulesys.h"
#include <glm/ext/vector_float3.hpp>
#include "../common/eq_packet_structs.h"
#include "../common/eq_packet.h"
typedef enum {
Collision = 1,
TeleportB,
@@ -85,5 +86,3 @@ private:
Timer m_time_since_last_movement_history;
uint32 m_warp_counter;
};
#endif //ANTICHEAT_H