diff options
| author | raysan5 <raysan5@gmail.com> | 2015-07-31 12:31:39 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2015-07-31 12:31:39 +0200 |
| commit | e8fa630c282f38d9f3b09e00c4cdd47d27fa8ddc (patch) | |
| tree | c8f838f40eebd88ba8ac8f4b540c928399e1aeab /src/audio.h | |
| parent | 6e4cfa5ecf42f16f3059ce4afc06059f643b6318 (diff) | |
| download | raylib-e8fa630c282f38d9f3b09e00c4cdd47d27fa8ddc.tar.gz raylib-e8fa630c282f38d9f3b09e00c4cdd47d27fa8ddc.zip | |
Audio module reviewed for standalone usage
Diffstat (limited to 'src/audio.h')
| -rw-r--r-- | src/audio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio.h b/src/audio.h index 06ac6d21..ed156532 100644 --- a/src/audio.h +++ b/src/audio.h @@ -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 |
