1 2 3 4 5 6 7 8 9 10
#ifndef AUDIO_H # define AUDIO_H # include "main.h" extern bool_t isAudioInicialized(); extern void initAudio(); extern void quitAudio(); #endif