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

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

namespace jin
{
	namespace audio
	{

	} // namespace audio
} // namespace jin

#endif // LIBJIN_MODULES_AUDIO