9 lines
123 B
C
9 lines
123 B
C
#ifndef CDPLAYER_H
|
|
#define CDPLAYER_H
|
|
|
|
void CDDA_Start();
|
|
void CDDA_Stop();
|
|
void CDDA_End();
|
|
void CheckCDVolume();
|
|
|
|
#endif
|