mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Fixed sfSoundRecorder_IsAvailable still named sfSoundRecorder_CanRecord
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1351 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
7b5d8c2815
commit
8a848e3175
@ -97,7 +97,7 @@ CSFML_API unsigned int sfSoundRecorder_GetSampleRate(const sfSoundRecorder* soun
|
||||
/// \return sfTrue if audio capture is supported
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
CSFML_API sfBool sfSoundRecorder_CanCapture();
|
||||
CSFML_API sfBool sfSoundRecorder_IsAvailable();
|
||||
|
||||
|
||||
#endif // SFML_SOUNDRECORDER_H
|
||||
|
Loading…
Reference in New Issue
Block a user