OALplus (0.52.0) a C++ wrapper for OpenAL

data_format.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OALPLUS_DATA_FORMAT_1303201808_HPP
14 #define OALPLUS_DATA_FORMAT_1303201808_HPP
15 
16 #include <oalplus/enumerations.hpp>
17 
18 namespace oalplus {
19 
21 
25 OALPLUS_ENUM_CLASS_BEGIN(DataFormat, ALenum)
26 #include <oalplus/enums/data_format.ipp>
27 OALPLUS_ENUM_CLASS_END(DataFormat)
28 
29 
30 #if !OALPLUS_NO_ENUM_VALUE_NAMES
31 #include <oalplus/enums/data_format_names.ipp>
32 #endif
33 
34 #if !OALPLUS_NO_ENUM_VALUE_RANGES
35 #include <oalplus/enums/data_format_range.ipp>
36 #endif
37 
38 } // namespace oalplus
39 
40 #endif // include guard
Enumeration-related declarations.

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).