ext/rubygame/rubygame_main.c in rubygame-2.4.1 vs ext/rubygame/rubygame_main.c in rubygame-2.5.0

- old
+ new

@@ -25,11 +25,11 @@ #include "rubygame_event2.h" #include "rubygame_gl.h" #include "rubygame_joystick.h" #include "rubygame_screen.h" #include "rubygame_surface.h" -#include "rubygame_time.h" +#include "rubygame_clock.h" VALUE rbgm_init(VALUE); VALUE rbgm_quit(VALUE); void Define_Rubygame_Constants(); @@ -125,10 +125,10 @@ rb_ary_new3(3, INT2NUM(SDL_MAJOR_VERSION), INT2NUM(SDL_MINOR_VERSION), INT2NUM(SDL_PATCHLEVEL))); - Rubygame_Init_Time(); + Rubygame_Init_Clock(); Rubygame_Init_Surface(); Rubygame_Init_Screen(); Rubygame_Init_Event(); Rubygame_Init_Event2(); Rubygame_Init_Joystick();