#include <Hud.h>
Public Member Functions | |
Hud (void) | |
void | Init (void) |
void | Render (void) |
~Hud (void) | |
Private Attributes | |
GLuint | texture |
Hud::Hud | ( | void | ) |
default constructor for the hud
Hud::~Hud | ( | void | ) |
hud destructor
void Hud::Init | ( | void | ) |
hud initialization
void Hud::Render | ( | void | ) |
hud rendermethod
GLuint Hud::texture [private] |