changeset 911 | 04a403e4ccf5 |
parent 769 | b8d311d90021 |
child 1046 | f09d5edfc7a3 |
--- a/include/SDL_cdrom.h Sun Jul 18 19:46:38 2004 +0000 +++ b/include/SDL_cdrom.h Sun Jul 18 22:57:40 2004 +0000 @@ -62,7 +62,7 @@ /* Given a status, returns true if there's a disk in the drive */ #define CD_INDRIVE(status) ((int)status > 0) -typedef struct { +typedef struct SDL_CDtrack { Uint8 id; /* Track number */ Uint8 type; /* Data or audio track */ Uint16 unused;