Home
last modified time | relevance | path

Searched refs:Sections_Max (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchiveFile.h84 Sections_Max = Sections_PatriciaTree enumerator
89 Util::Reference toSection[ Sections_Max ];
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchiveFile.cpp183 if ( section > Sections_Max ) return NULL; in GetSection()
218 for ( int section = Sections_PatriciaTree; section <= Sections_Max; section++ ) in DumpTree()