sig
  external get_ticks : unit -> int = "caml_SDL_GetTicks" [@@noalloc]
  module D = Sdltimer.D
  external delay : ms:int -> unit = "caml_SDL_Delay"
end