Initial commit

This commit is contained in:
2015-12-17 04:42:22 +01:00
commit d13cdac9e0
17 changed files with 2074 additions and 0 deletions

3
src/GUI/Gtk/Callbacks.hs Normal file
View File

@@ -0,0 +1,3 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
module GUI.Gtk.Callbacks (startGUI) where