DDraceNetwork Docs
CSoundShape Struct Reference

#include <mapitems.h>

Collaboration diagram for CSoundShape:
[legend]

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
 
}; 
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SHAPE_RECTANGLE 
SHAPE_CIRCLE 
NUM_SHAPES 

Member Data Documentation

◆ 

union { ... } CSoundShape::@276

◆ m_Circle

CCircle CSoundShape::m_Circle

◆ m_Rectangle

CRectangle CSoundShape::m_Rectangle

◆ m_Type

int CSoundShape::m_Type

The documentation for this struct was generated from the following file: