#ifndef AUDIO_H #define AUDIO_H #include "base/main.h" extern bool_t isAudioInicialized(); extern void initAudio(); extern void quitAudio(); #endif