Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundArchiveFile.h82 Sections_Max = Sections_PatriciaTree enumerator
87 Util::Reference toSection[ Sections_Max ];
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundArchiveFile.cpp181 if ( section > Sections_Max ) return NULL; in GetSection()
216 for ( int section = Sections_PatriciaTree; section <= Sections_Max; section++ ) in DumpTree()