Module Sdltimer


module Sdltimer: sig .. end
Time-related functions

val delay : int -> unit
Wait a specified number of milliseconds before returning
val get_ticks : unit -> int
Get the number of milliseconds since the SDL library initialization.