audio.h 105 B

12345678
  1. #ifndef __AUDIO_H__
  2. #define __AUDIO_H__
  3. #include "player.h"
  4. int open_audio(player_stat_t *is);
  5. #endif