Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp30 FILE* s_pFile; variable
176 s_pFile = std::fopen( DUMP_FILE, "wb" ); in Setup()
228 std::fclose( s_pFile ); in Finalize()
2352 std::fwrite( s_LoadBuffer, loadSize, 1, s_pFile ); in LoadStreamData()