/* * Ascent MMORPG Server * Copyright (C) 2005-2007 Ascent Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #pragma once #include #include #include #include #include //#include #include "../shared/Common.h" #include #include "../shared/Log.h" #include "../shared/Util.h" #include "../shared/ByteBuffer.h" #include "../shared/Config/ConfigEnv.h" #include #include "../shared/Database/DatabaseEnv.h" #include "../shared/Database/DBCStores.h" #include "../shared/Database/dbcfile.h" #include "../shared/Auth/md5.h" #include "../shared/Auth/BigNumber.h" #include "../shared/Auth/Sha1.h" #include "../shared/Auth/WowCrypt.h" #include "../shared/CrashHandler.h" #include "LogonOpcodes.h" #include "../logonserver/Main.h" #include "../game/NameTables.h" #include "../game/ThreadMgr.h" #include "AccountCache.h" #include "PeriodicFunctionCall_Thread.h" #include "../logonserver/AuthSocket.h" #include "../logonserver/AuthStructs.h" #include "../logonserver/LogonOpcodes.h" #include "../logonserver/LogonCommServer.h" #include "../logonserver/LogonConsole.h" #include "../shared/WorldPacket.h" // database decl extern Database* sLogonSQL;