OALplus (0.52.0) a C++ wrapper for OpenAL

lib.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OALPLUS_LIB_1306012247_HPP
14 #define OALPLUS_LIB_1306012247_HPP
15 
16 #ifndef OALPLUS_IMPLEMENTING_LIBRARY
17 #define OALPLUS_IMPLEMENTING_LIBRARY 1
18 #endif
19 
20 #include <oalplus/config.hpp>
21 #include <oalplus/string.hpp>
22 #include <oalplus/fwd.hpp>
23 
24 #include <oalplus/error/basic.hpp>
25 #include <oalplus/error/object.hpp>
26 #include <oalplus/error/alut.hpp>
27 
28 #include <oalplus/context.hpp>
29 
30 #include <oalplus/detail/base_range.hpp>
31 #include <oalplus/detail/enum_class.hpp>
32 
33 namespace oalplus {
34 
35 // EnumValueName implementations
36 #include <oalplus/lib/enum_value_name.ipp>
37 // EnumValueRange implementations
38 #include <oalplus/lib/enum_value_range.ipp>
39 
40 } // namespace oalplus
41 
42 #undef OALPLUS_IMPLEMENTING_LIBRARY
43 
44 #endif // include guard
Forward declarations.
Compile-time configuration options.
Wrapper around a OpenAL context.
String-related typedefs.

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).