Remove header order requirement and debug

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2017-02-14 17:34:48 +00:00
parent 711864cfa9
commit b7f3a70406
4 changed files with 20 additions and 12 deletions

View File

@@ -1,3 +1,6 @@
#ifndef ctrmus_playback_h
#define ctrmus_playback_h
enum file_types
{
FILE_TYPE_ERROR = -1,
@@ -34,3 +37,5 @@ bool isPlaying(void);
* \return File type, else negative.
*/
int getFileType(const char *file);
#endif