Difference for main/cdplay.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 10
 
Line 10
 //I changed all the other ones too, but didn't feel like commenting them all  //I changed all the other ones too, but didn't feel like commenting them all
 #elif defined __SDL__  #elif defined __SDL__
 //end edit -MM  //end edit -MM
 #include "SDL.h"  #include <SDL/SDL.h>
 #endif  #endif
   
 #include "args.h"  #include "args.h"

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2