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

@@ -7,6 +7,11 @@
* LICENSE file.
*/
#ifndef ctrmus_main_h
#define ctrmus_main_h
#include "playback.h"
/* Default folder */
#define DEFAULT_DIR "sdmc:/"
@@ -42,3 +47,5 @@ int getNumberFiles(void);
* \return Number of entries listed or negative on error.
*/
int listDir(int from, int max, int select);
#endif