summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk_main.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-19 20:59:56 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-19 20:59:56 (GMT)
commit5f1fc7b0711f51dd05077303f854c658ccd9dcba (patch)
tree7d519f704a04a8f25d3e5f14ce809a7d985c4581 /Smoke/gtk_main.h
parenta60088999da4f44bf5885f431fe78eb87d643ae7 (diff)
download2iv35-5f1fc7b0711f51dd05077303f854c658ccd9dcba.zip
2iv35-5f1fc7b0711f51dd05077303f854c658ccd9dcba.tar.gz
2iv35-5f1fc7b0711f51dd05077303f854c658ccd9dcba.tar.bz2
Loads of splitting, gui templates added for other elements
Diffstat (limited to 'Smoke/gtk_main.h')
-rw-r--r--Smoke/gtk_main.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Smoke/gtk_main.h b/Smoke/gtk_main.h
new file mode 100644
index 0000000..e404129
--- /dev/null
+++ b/Smoke/gtk_main.h
@@ -0,0 +1,6 @@
+#ifndef _GTK_MAIN_H
+#define _GTK_MAIN_H
+
+GtkWidget *create_main_page(void);
+
+#endif