Audio module reviewed for standalone usage

This commit is contained in:
raysan5
2015-07-31 12:31:39 +02:00
parent 6e4cfa5ecf
commit e8fa630c28
2 changed files with 100 additions and 30 deletions

View File

@ -95,7 +95,6 @@ void SetMusicVolume(float volume); // Set volume fo
float GetMusicTimeLength(void); // Get current music time length (in seconds)
float GetMusicTimePlayed(void); // Get current music time played (in seconds)
#ifdef __cplusplus
}
#endif