Skeleton system for Boost icons

This commit is contained in:
Tleety
2016-03-02 17:32:45 +01:00
parent a9a19193ad
commit 8b66d29adc
3 changed files with 25 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "Game/Systems/BoostIconsHUDSystem.h"
void BoostIconsHUDSystem::Update(double dt)
{
//Logic here
}