mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
Cleanup AnticheatMgr.h
I seriously doubt we are going back to ace dependences.
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
#ifndef SC_ACMGR_H
|
#ifndef SC_ACMGR_H
|
||||||
#define SC_ACMGR_H
|
#define SC_ACMGR_H
|
||||||
|
|
||||||
//#include <ace/Singleton.h>
|
|
||||||
#include "Common.h"
|
#include "Common.h"
|
||||||
#include "SharedDefines.h"
|
#include "SharedDefines.h"
|
||||||
#include "ScriptMgr.h"
|
#include "ScriptMgr.h"
|
||||||
@@ -59,7 +58,6 @@ typedef std::map<ObjectGuid, AnticheatData> AnticheatPlayersDataMap;
|
|||||||
|
|
||||||
class AnticheatMgr
|
class AnticheatMgr
|
||||||
{
|
{
|
||||||
// friend class ACE_Singleton<AnticheatMgr, ACE_Null_Mutex>;
|
|
||||||
AnticheatMgr();
|
AnticheatMgr();
|
||||||
~AnticheatMgr();
|
~AnticheatMgr();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user