Difference for arch/sdl/timer.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
 // SDL library timer functions  // SDL library timer functions
   
 #include "SDL.h"  #include <SDL/SDL.h>
 #include "maths.h"  #include "maths.h"
   
 fix timer_get_fixed_seconds(void) {  fix timer_get_fixed_seconds(void) {

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