object_timer_functionFunction typedef

object_timer_functionFunction = Void Function(Uint32 object_instance, Uint16 milliseconds)

Implementation

typedef object_timer_functionFunction =
    ffi.Void Function(ffi.Uint32 object_instance, ffi.Uint16 milliseconds);