aboutsummaryrefslogtreecommitdiff
path: root/lib/elements/timer.mli
diff options
context:
space:
mode:
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