Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_Util.h389 struct WaveIdTable struct
392 Table<WaveId> table;
395 const WaveId& GetWaveId( u32 index ) const in GetWaveId()
400 NW_INLINE u32 GetCount() const { return table.count; } in GetCount()