Public Member Functions | |
SoundID (SoundIDType type_, int a, int b) | |
SoundID (CastMemberID memberID) | |
bool | operator== (const SoundID &b) |
bool | operator!= (const SoundID &b) |
Public Attributes | |
SoundIDType | type |
union { | |
struct { | |
int member | |
int castLib | |
} cast | |
struct { | |
uint16 menu | |
uint16 submenu | |
} external | |
} | u |