TrinityCore
AllPackets.h
Go to the documentation of this file.
1/*
2 * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#ifndef AllPackets_h__
19#define AllPackets_h__
20
21#include "AchievementPackets.h"
22#include "AddonPackets.h"
24#include "AdventureMapPackets.h"
25#include "AreaTriggerPackets.h"
26#include "ArtifactPackets.h"
27#include "AuctionHousePackets.h"
29#include "AzeritePackets.h"
30#include "BankPackets.h"
31#include "BlackMarketPackets.h"
32#include "BattlegroundPackets.h"
33#include "BattlenetPackets.h"
34#include "BattlePetPackets.h"
35#include "BlackMarketPackets.h"
36#include "CalendarPackets.h"
37#include "ChannelPackets.h"
38#include "CharacterPackets.h"
39#include "ChatPackets.h"
40#include "ClientConfigPackets.h"
41#include "CollectionPackets.h"
42#include "CombatLogPackets.h"
43#include "CombatPackets.h"
44#include "DuelPackets.h"
45#include "EquipmentSetPackets.h"
46#include "GameObjectPackets.h"
47#include "GarrisonPackets.h"
48#include "GuildPackets.h"
49#include "HotfixPackets.h"
50#include "InspectPackets.h"
51#include "InstancePackets.h"
52#include "ItemPackets.h"
53#include "LFGPackets.h"
54#include "LootPackets.h"
55#include "MailPackets.h"
56#include "MiscPackets.h"
57#include "MovementPackets.h"
58#include "NPCPackets.h"
59#include "PacketUtilities.h"
60#include "PartyPackets.h"
61#include "PetPackets.h"
62#include "PetitionPackets.h"
63#include "PetPackets.h"
64#include "QueryPackets.h"
65#include "QuestPackets.h"
66#include "ReferAFriendPackets.h"
67#include "ReputationPackets.h"
68#include "ScenarioPackets.h"
69#include "ScenePackets.h"
70#include "SocialPackets.h"
71#include "SpellPackets.h"
72#include "SystemPackets.h"
73#include "TalentPackets.h"
74#include "TaxiPackets.h"
75#include "TicketPackets.h"
76#include "TokenPackets.h"
77#include "TotemPackets.h"
78#include "ToyPackets.h"
79#include "TradePackets.h"
80#include "TraitPackets.h"
82#include "VehiclePackets.h"
83#include "VoidStoragePackets.h"
84#include "WardenPackets.h"
85#include "WhoPackets.h"
86#include "WorldStatePackets.h"
87
88#endif // AllPackets_h__