Started working on boost HUD thingy

This commit is contained in:
viktorljung
2016-03-13 15:09:50 +01:00
parent 0f4f32188c
commit 7d899a989c
3 changed files with 120 additions and 0 deletions
@@ -36,6 +36,10 @@ private:
// Utility
//Camera cameraFromEntity(EntityWrapper camera);
void CheckBoost(ComponentWrapper cWeapon, WeaponInfo& wi);
void RemoveBoostCheckHUD(WeaponInfo& wi);
};
#endif