File: saveState.mli

package info (click to toggle)
planets 0.1.13-14
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 512 kB
  • ctags: 804
  • sloc: ml: 4,541; makefile: 199; ansic: 38
file content (5 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (10)
1
2
3
4
5
val write_state : string -> unit  (** Writes state to file specified by string *)
val read_state : string -> unit   (** Reads state from file specified by string *)

val help_start : bool
val set_help_start : bool -> unit