| Table of Contents | ||
|
|
||
| LoadMusic | ||
|
Purpose Loads a group of music objects from a formatted data file |
||
|
Protoype void CSoundMngr::LoadMusic (string str_filename) |
||
|
Parameters
|
||
|
Description This function loads in music objects from a .dat file created using the Data Generator application. Please see the Data Generator documentation for more information regarding the structure of the .dat file for cursor loading.
|
||
|
Use CSoundMngr sound; sound.LoadMusic("music.dat");
|
||
|
|
||
|