1 2 3 4 5 6 7 8 9
#ifndef CDPLAYER_H #define CDPLAYER_H void CDDA_Start(); void CDDA_Stop(); void CDDA_End(); void CheckCDVolume(); #endif