15 lines
156 B
C
15 lines
156 B
C
#ifndef DEV_FLOW_PLAYER_H
|
|
#define DEV_FLOW_PLAYER_H
|
|
|
|
|
|
|
|
int dev_flow_player_open();
|
|
|
|
void dev_flow_player_close();
|
|
|
|
bool dev_flow_player_runing();
|
|
|
|
|
|
|
|
#endif
|