refactor(Core): rename namespaces and macros to acore (#2454)

This commit is contained in:
Viste
2019-12-01 15:13:31 +03:00
committed by Francesco Borzì
parent e19e95e5d0
commit e22d78ecd6
278 changed files with 1292 additions and 1309 deletions

View File

@@ -4,8 +4,8 @@
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_FORMULAS_H
#define TRINITY_FORMULAS_H
#ifndef ACORE_FORMULAS_H
#define ACORE_FORMULAS_H
#include "World.h"
#include "SharedDefines.h"
@@ -13,7 +13,7 @@
#include "Player.h"
#include "Creature.h"
namespace Trinity
namespace acore
{
namespace Honor
{

View File

@@ -5,10 +5,10 @@
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef __TRINITY_LANGUAGE_H
#define __TRINITY_LANGUAGE_H
#ifndef __ACORE_LANGUAGE_H
#define __ACORE_LANGUAGE_H
enum TrinityStrings
enum AcoreStrings
{
// for chat commands
LANG_SELECT_CHAR_OR_CREATURE = 1,

View File

@@ -4,8 +4,8 @@
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_SHAREDDEFINES_H
#define TRINITY_SHAREDDEFINES_H
#ifndef ACORE_SHAREDDEFINES_H
#define ACORE_SHAREDDEFINES_H
#include "Define.h"
#include "DetourNavMesh.h"