Even more conversion, lots of superfluous macro removal
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#define __CDAUDIO_H
|
||||
|
||||
int CDAudio_Init (void);
|
||||
int CDAudio_Play (byte track, qboolean looping);
|
||||
int CDAudio_Play (byte track, bool looping);
|
||||
/* returns 0 for success, -1 for failure. */
|
||||
void CDAudio_Stop (void);
|
||||
void CDAudio_Pause (void);
|
||||
|
||||
Reference in New Issue
Block a user