diff options
author | Camil Staps | 2015-07-06 21:05:56 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-06 21:05:56 +0200 |
commit | 56450cda7b919ad3e5d167e9ebf67a0dba96375e (patch) | |
tree | 12dcb0c4ced9d87657f9690da17d8c8116b6025c /gtk-test/helloworld.h | |
parent | int example (diff) |
gtk test
Diffstat (limited to 'gtk-test/helloworld.h')
-rw-r--r-- | gtk-test/helloworld.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk-test/helloworld.h b/gtk-test/helloworld.h new file mode 100644 index 0000000..aee75bf --- /dev/null +++ b/gtk-test/helloworld.h @@ -0,0 +1,11 @@ +Clean( + :: *State :== Int; + :: IntPointer :== Int +) + +void ginit(); +Clean(ginit :: State -> State) + +void gopen(); +Clean(gopen :: State -> State) + |