DDraceNetwork Documentation
Loading...
Searching...
No Matches
CSoundShape Class Reference

#include <mapitems.h>

Collaboration diagram for CSoundShape:
[legend]

Classes

class  CRectangle
class  CCircle

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]

union { ... } CSoundShape

◆ m_Circle

CCircle CSoundShape::m_Circle

◆ m_Rectangle

CRectangle CSoundShape::m_Rectangle

◆ m_Type

int CSoundShape::m_Type

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