DDraceNetwork Docs
|
#include <mapitems.h>
Classes | |
struct | CCircle |
struct | CRectangle |
Public Types | |
enum | { SHAPE_RECTANGLE = 0 , SHAPE_CIRCLE , NUM_SHAPES } |
Public Attributes | |
int | m_Type |
union { | |
CRectangle m_Rectangle | |
CCircle m_Circle | |
}; | |
union { ... } CSoundShape::@276 |
CCircle CSoundShape::m_Circle |
CRectangle CSoundShape::m_Rectangle |
int CSoundShape::m_Type |