DDraceNetwork Docs
|
#include <render.h>
Classes | |
class | CSixup |
Public Types | |
enum | { FLAG_SIX = 1 , FLAG_SEVEN = 2 } |
Public Member Functions | |
CSkinDescriptor () | |
void | Reset () |
bool | IsValid () const |
bool | operator== (const CSkinDescriptor &Other) const |
bool | operator!= (const CSkinDescriptor &Other) const |
Public Attributes | |
unsigned | m_Flags |
char | m_aSkinName [MAX_SKIN_LENGTH] |
CSixup | m_aSixup [NUM_DUMMIES] |
CSkinDescriptor::CSkinDescriptor | ( | ) |
bool CSkinDescriptor::IsValid | ( | ) | const |
|
inline |
bool CSkinDescriptor::operator== | ( | const CSkinDescriptor & | Other | ) | const |
void CSkinDescriptor::Reset | ( | ) |
CSixup CSkinDescriptor::m_aSixup[NUM_DUMMIES] |
char CSkinDescriptor::m_aSkinName[MAX_SKIN_LENGTH] |
unsigned CSkinDescriptor::m_Flags |