summaryrefslogtreecommitdiff
path: root/include/gui
diff options
context:
space:
mode:
authorpacien2017-11-28 19:01:51 +0100
committerpacien2017-11-28 19:01:51 +0100
commit987835afe8fc5d46cb3a6359ec80c9f035e72801 (patch)
treee93ddebbfc15900f9307df446e420c086f8a2ebd /include/gui
parentac60669cd3a93312f0ff186055e61a5e3fb5fcdd (diff)
downloadmorpher-987835afe8fc5d46cb3a6359ec80c9f035e72801.tar.gz
Add module spec headers
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'include/gui')
-rw-r--r--include/gui/gui.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/gui/gui.h b/include/gui/gui.h
new file mode 100644
index 0000000..14bdcf2
--- /dev/null
+++ b/include/gui/gui.h
@@ -0,0 +1,14 @@
1#ifndef UPEM_MORPHING_GUI
2#define UPEM_MORPHING_GUI
3
4/**
5 * File: gui.h
6 */
7
8/**
9 * Function: gui_open
10 * Builds and opens the graphical user interface.
11 */
12void gui_open(void);
13
14#endif