aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/audio/sdl/source.h
blob: 052a49e48fef76bce749500df793886a9cdee5b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __JIN_SOURCE_SDL_H
#define __JIN_SOURCE_SDL_H

#include "../source.h"

namespace jin
{
namespace audio
{

    class SDLSource : public Source
    {

    };

}
}

#endif