summaryrefslogtreecommitdiff
path: root/src/dialog.mli
blob: 29bcf12e14e99345aa8cf24983b4fd32dee75c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26


(* Programmed by Jedidiah Barber *)
(* Licensed under the Sunset License v1.0 *)


val license_text : string



val new_wall : unit -> (int * int * string) option

val open_file : ?folder:string -> unit -> string option

val save_file : ?folder:string -> ?name:string -> unit -> string option

val export_file : ?folder:string -> ?name:string -> unit -> string option

val colors : fore:(int * int * int) -> back:(int * int * int) ->
  ((int * int * int) * (int * int * int)) option

val modulus : current:int -> int option

val about : unit -> unit