#ifndef AUDIO_H #define AUDIO_H void play_audio(const char *file_path); #endif