forked from Dzejrou/tdt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Helpers.hpp
39 lines (37 loc) · 1.04 KB
/
Helpers.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#pragma once
/**
* Header file used solely for easier helper inclusion.
*/
#include "AIHelper.hpp"
#include "CombatHelper.hpp"
#include "GraphicsHelper.hpp"
#include "HealthHelper.hpp"
#include "HomingHelper.hpp"
#include "InputHelper.hpp"
#include "MovementHelper.hpp"
#include "PathfindingHelper.hpp"
#include "PhysicsHelper.hpp"
#include "ProductHelper.hpp"
#include "ProductionHelper.hpp"
#include "StructureHelper.hpp"
#include "TaskHandlerHelper.hpp"
#include "TaskHelper.hpp"
#include "TimeHelper.hpp"
#include "EventHelper.hpp"
#include "EventHandlerHelper.hpp"
#include "DestructorHelper.hpp"
#include "GoldHelper.hpp"
#include "GridNodeHelper.hpp"
#include "FactionHelper.hpp"
#include "PriceHelper.hpp"
#include "AlignHelper.hpp"
#include "ManaCrystalHelper.hpp"
#include "OnHitHelper.hpp"
#include "ConstructorHelper.hpp"
#include "TriggerHelper.hpp"
#include "UpgradeHelper.hpp"
#include "NotificationHelper.hpp"
#include "ExplosionHelper.hpp"
#include "LimitedLifeSpanHelper.hpp"
#include "NameHelper.hpp"
#include "ExperienceValueHelper.hpp"