diff options
author | Camil Staps | 2019-10-23 10:21:42 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-23 10:21:42 +0200 |
commit | 5b96750c3c4252d29bb5524c6a1c0e2b1065e369 (patch) | |
tree | cc749f5ce6fddb51c55735926e16a2db8a998d39 /src/Gtk.icl | |
parent | Add tune instance for signal handlers (diff) |
Add rudimentary shares system
Diffstat (limited to 'src/Gtk.icl')
-rw-r--r-- | src/Gtk.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gtk.icl b/src/Gtk.icl index 88cb82b..77e08d3 100644 --- a/src/Gtk.icl +++ b/src/Gtk.icl @@ -1,5 +1,6 @@ implementation module Gtk +import Gtk.Shares import Gtk.Signal import Gtk.State import Gtk.Tune |