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:
+9
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user