9 lines
101 B
C
9 lines
101 B
C
![]() |
#ifndef CDPLAYER_H
|
||
|
#define CDPLAYER_H
|
||
|
|
||
|
void CDDA_Start();
|
||
|
void CDDA_Stop();
|
||
|
void CDDA_End();
|
||
|
|
||
|
#endif
|