TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
AllPackets.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
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 "AuctionHousePackets.h"
23 #include "AuthenticationPackets.h"
24 #include "BankPackets.h"
25 #include "BattlefieldPackets.h"
26 #include "BattlegroundPackets.h"
27 #include "BattlenetPackets.h"
28 #include "BattlePetPackets.h"
29 #include "BlackMarketPackets.h"
30 #include "CalendarPackets.h"
31 #include "ChannelPackets.h"
32 #include "CharacterPackets.h"
33 #include "ChatPackets.h"
34 #include "ClientConfigPackets.h"
35 #include "CombatLogPackets.h"
36 #include "CombatPackets.h"
37 #include "DuelPackets.h"
38 #include "EquipmentSetPackets.h"
39 #include "GameObjectPackets.h"
40 #include "GarrisonPackets.h"
41 #include "GuildFinderPackets.h"
42 #include "GuildPackets.h"
43 #include "InspectPackets.h"
44 #include "InstancePackets.h"
45 #include "ItemPackets.h"
46 #include "LFGPackets.h"
47 #include "LootPackets.h"
48 #include "MailPackets.h"
49 #include "MiscPackets.h"
50 #include "MovementPackets.h"
51 #include "NPCPackets.h"
52 #include "PacketUtilities.h"
53 #include "PartyPackets.h"
54 #include "PetPackets.h"
55 #include "PetitionPackets.h"
56 #include "PetPackets.h"
57 #include "QueryPackets.h"
58 #include "QuestPackets.h"
59 #include "ReferAFriendPackets.h"
60 #include "ReputationPackets.h"
61 #include "ScenePackets.h"
62 #include "SocialPackets.h"
63 #include "SpellPackets.h"
64 #include "SystemPackets.h"
65 #include "TalentPackets.h"
66 #include "TaxiPackets.h"
67 #include "TicketPackets.h"
68 #include "TokenPackets.h"
69 #include "TotemPackets.h"
70 #include "ToyPackets.h"
71 #include "TradePackets.h"
72 #include "VehiclePackets.h"
73 #include "VoicePackets.h"
74 #include "VoidStoragePackets.h"
75 #include "WardenPackets.h"
76 #include "WhoPackets.h"
77 #include "WorldStatePackets.h"
78 
79 #endif // AllPackets_h__