Boost.UI
User Interface Boost library
audio.hpp
Go to the documentation of this file.
1 // Copyright (c) 2017 Kolya Kosenko
2 
3 // Distributed under the Boost Software License, Version 1.0.
4 // See http://www.boost.org/LICENSE_1_0.txt
5 
7 
8 #ifndef BOOST_UI_AUDIO_HPP
9 #define BOOST_UI_AUDIO_HPP
10 
11 #include <boost/ui/config.hpp>
12 
13 #ifdef BOOST_HAS_PRAGMA_ONCE
14 #pragma once
15 #endif
16 
17 namespace boost {
18 namespace ui {
19 
23 BOOST_UI_DECL void beep();
24 
25 } // namespace ui
26 } // namespace boost
27 
28 #endif // BOOST_UI_AUDIO_HPP
config.hpp
Configuration options.
boost
Boost C++ libraries namespace.
Definition: window.hpp:19
boost::ui::beep
void beep()
Rings the system bell.