aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Audio/Audio.cpp
blob: c9a3e40af519c4704a2d1bee27ee366b05b2261c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "../modules.h"
#if LIBJIN_MODULES_AUDIO

#include "SDL2/SDL.h"
#include "audio.h"

namespace jin
{
namespace audio
{

} // audio
} // jin

#endif // LIBJIN_MODULES_AUDIO