9 lines
124 B
C
9 lines
124 B
C
#ifndef __AUDIO_FLAC_H
|
|
#define __AUDIO_FLAC_H
|
|
|
|
#include "audio_hal.h"
|
|
|
|
void music_flac_play(const char *file_name);
|
|
|
|
#endif
|