Home
last modified time | relevance | path

Searched defs:WaveIdTable (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_Util.h411 struct WaveIdTable struct
414 Table<WaveId> table;
417 const WaveId* GetWaveId( u32 index ) const in GetWaveId()
425 NW_INLINE u32 GetCount() const { return table.count; } in GetCount()