aboutsummaryrefslogtreecommitdiff
path: root/lib/elements/timer.mli
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2023-08-08 10:40:52 +0200
committerSébastien Dailly <sebastien@dailly.me>2023-08-08 10:40:52 +0200
commit9e7f27c60a425e2baa67cd459d8509a43b1d123d (patch)
tree53d79526c3a665e077ce85d8ea48a2ac3fcb07ff /lib/elements/timer.mli
parente4f50f8df6e4bc72664b0e5fc2f054694c038973 (diff)
Update to brr 0.0.6
Diffstat (limited to 'lib/elements/timer.mli')
-rwxr-xr-xlib/elements/timer.mli9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/elements/timer.mli b/lib/elements/timer.mli
index 0509ad0..384243c 100755
--- a/lib/elements/timer.mli
+++ b/lib/elements/timer.mli
@@ -1,11 +1,8 @@
-open Brr_note_kit
+open Note_brr_kit
type t
val create : unit -> t * Time.span Note.E.t
-
-val start: t -> float -> unit
-
-val stop: t -> unit
-
+val start : t -> float -> unit
+val stop : t -> unit
val delay : t -> float