mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 08:33:47 +00:00
feat(Core/Misc): includes cleanup (#5953)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "Errors.h"
|
||||
#include <G3D/AABox.h>
|
||||
#include <G3D/Vector3.h>
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
// Structures for M4 file. Source: https://wowdev.wiki
|
||||
|
||||
@@ -7,11 +7,12 @@
|
||||
#ifndef ACORE_DBCSTRUCTURE_H
|
||||
#define ACORE_DBCSTRUCTURE_H
|
||||
|
||||
#include "Common.h"
|
||||
#include "DBCEnums.h"
|
||||
#include "Define.h"
|
||||
#include "DBCEnums.h"
|
||||
#include "SharedDefines.h"
|
||||
#include "Util.h"
|
||||
#include <set>
|
||||
#include <map>
|
||||
|
||||
// Structures using to access raw DBC data and required packing to portability
|
||||
|
||||
|
||||
Reference in New Issue
Block a user