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