GameKit
0.0.1a
C++ gamedev tools
include
gk
audio.hpp
Go to the documentation of this file.
1
/*
2
* =====================================================================================
3
*
4
* Filename: audio.hpp
5
*
6
* Description:
7
*
8
* Created: 23/03/2019 14:59:21
9
*
10
* Author: Quentin Bazin, <quent42340@gmail.com>
11
*
12
* =====================================================================================
13
*/
14
#ifndef GK_AUDIO_HPP_
15
#define GK_AUDIO_HPP_
16
17
#include "
gk/audio/AudioPlayer.hpp
"
18
#include "
gk/audio/Music.hpp
"
19
#include "
gk/audio/Sound.hpp
"
20
21
#endif // GK_AUDIO_HPP_
22
AudioPlayer.hpp
Music.hpp
Sound.hpp
Generated by
1.8.12