diff options
Diffstat (limited to 'otherlibs/labltk/support/timer.mli')
-rw-r--r-- | otherlibs/labltk/support/timer.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/otherlibs/labltk/support/timer.mli b/otherlibs/labltk/support/timer.mli new file mode 100644 index 000000000..6e7610ce2 --- /dev/null +++ b/otherlibs/labltk/support/timer.mli @@ -0,0 +1,4 @@ +type t + +val add : ms:int -> callback:(unit -> unit) -> t +val remove : t -> unit |