Ketchup Engine
|
#include <HUD.h>
Public Types | |
using | EntityGaugeMap = std::map< Tank *, Gauge * > |
Static Public Member Functions | |
static void | Free () |
static void | UpdateHealthBar (int health, int max) |
Private Member Functions | |
HUD () | |
HUD (const HUD &)=delete | |
HUD & | operator= (const HUD &)=delete |
~HUD () | |
Static Private Member Functions | |
static HUD * | Instance () |
Private Attributes | |
Gauge * | p_healthBar |
EntityGaugeMap | m_entityGauges |
Static Private Attributes | |
static HUD * | p_instance |
using HUD::EntityGaugeMap = std::map<Tank*, Gauge*> |
|
private |
|
privatedelete |
|
private |
|
static |
|
staticprivate |
|
static |
|
private |
|
private |
|
staticprivate |