9 lines
150 B
C
9 lines
150 B
C
#ifndef __AUDIO_SUPPORT_H
|
|
#define __AUDIO_SUPPORT_H
|
|
|
|
#include "settings.h"
|
|
|
|
extern void play_audio(const app_settings::selected_audio& item);
|
|
|
|
#endif
|