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

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

namespace jin
{
namespace audio
{

}
}

#endif // JIN_MODULES_AUDIO