|
Defines |
#define | ONE(arr) { for( unsigned Z = 0; Z < ARRAYSIZE(arr); ++Z ) arr[Z]=1.0f; } |
#define | APP(opt) fapproach( m_ ## opt, other.m_ ## opt, fDeltaSeconds * other.m_Speed ## opt ); |
#define | SET_FLOAT(opt) { m_ ## opt = level; m_Speed ## opt = speed; } |
#define | COMPARE(x) { if( x != other.x ) return false; } |
#define | PERCENT_100 "100% " |
#define | SAVE(x) po_prefs.x = this->x; |
#define | CPY(x) this->x = defaults.x; |
Functions |
CString | AddPart (float level, CString name) |
void | NextFloat (float fValues[], int size) |
void | NextBool (bool bValues[], int size) |