summaryrefslogtreecommitdiff
path: root/include/kitchensink/kitplayer.h
blob: 3c88920e6a6fa0667c9c8d2890d8bc2a8bcf936e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef KITPLAYER_H
#define KITPLAYER_H

#include "kitchensink/kitsource.h"

#ifdef __cplusplus
extern "C" {
#endif

typedef struct Kit_Player {

} Kit_Player;

Kit_Player* Kit_CreatePlayer(Kit_Source *src);
void Kit_ClosePlayer(Kit_Player *player);



#ifdef __cplusplus
}
#endif

#endif // KITPLAYER_H