Home
last modified time | relevance | path

Searched refs:pString (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundActor.cpp281 SoundArchive::ItemId SoundActor::detail_GetItemId( const char* pString ) in detail_GetItemId() argument
287 return m_pSoundArchivePlayer->detail_GetItemId( pString ); in detail_GetItemId()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchivePlayer.h482 virtual SoundArchive::ItemId detail_GetItemId( const char* pString ) in detail_GetItemId() argument
485 return m_pSoundArchive->GetItemId( pString ); in detail_GetItemId()
Dsnd_SoundStartable.h567 virtual SoundArchive::ItemId detail_GetItemId( const char* pString ) = 0;
Dsnd_SoundActor.h470 virtual SoundArchive::ItemId detail_GetItemId( const char* pString );