comparison src/cdrom/SDL_cdrom.c @ 2698:e1da92da346c gsoc2008_nds

Clean up.
author Darren Alton <dalton@stevens.edu>
date Wed, 27 Aug 2008 04:23:38 +0000
parents 542c78b6fb12
children 99210400e8b9
comparison
equal deleted inserted replaced
2697:c9121b04cffa 2698:e1da92da346c
42 NULL, /* Resume */ 42 NULL, /* Resume */
43 NULL, /* Stop */ 43 NULL, /* Stop */
44 NULL, /* Eject */ 44 NULL, /* Eject */
45 NULL, /* Close */ 45 NULL, /* Close */
46 }; 46 };
47
47 int SDL_numcds; 48 int SDL_numcds;
48 49
49 int 50 int
50 SDL_CDROMInit(void) 51 SDL_CDROMInit(void)
51 { 52 {