aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Audio/Audio.cpp
blob: 6c68b3516f683c7ebbec5ba77d5c5b0b8976bccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "../jin_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