mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 22:15:15 +00:00
refactor(Core): rename namespaces and macros to acore (#2454)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user