#include <Shot.h>
Public Member Functions | |
Shot (void) | |
void | Render (void) |
~Shot (void) | |
Public Attributes | |
bool | visible |
VECTOR3D | position |
Private Attributes | |
GLuint | texture |
Shot::Shot | ( | void | ) |
Shot::~Shot | ( | void | ) |
void Shot::Render | ( | void | ) |
bool Shot::visible |
VECTOR3D Shot::position |
GLuint Shot::texture [private] |