Components for CapturePoint arrow HUD element and a system skeleton

This commit is contained in:
Tleety
2016-03-01 16:19:59 +01:00
parent 7ba5e01560
commit b0a66f9e83
9 changed files with 59 additions and 29 deletions
@@ -0,0 +1,13 @@
#include "Systems/CapturePointArrowHUDSystem.h"
CapturePointArrowHUDSystem::CapturePointArrowHUDSystem(SystemParams params)
: System(params)
, ImpureSystem()
{
}
void CapturePointArrowHUDSystem::Update(double dt)
{
//Logic here
}