25 #ifndef SFML_AUDIO_EXPORT_HPP
26 #define SFML_AUDIO_EXPORT_HPP
31 #include <SFML/Config.hpp>
37 #if defined(SFML_AUDIO_EXPORTS)
39 #define SFML_AUDIO_API SFML_API_EXPORT
43 #define SFML_AUDIO_API SFML_API_IMPORT
48 #endif // SFML_AUDIO_EXPORT_HPP
Page rendered in 1.96337s using 6 queries.