#ifndef __AUDIO_H__ #define __AUDIO_H__ #include "player.h" int open_audio(player_stat_t *is); #endif