]> Pileus Git - grits/blobdiff - src/example.h
adding initial ridge overlay code, swiching from cubes to teapots, and a few other...
[grits] / src / example.h
diff --git a/src/example.h b/src/example.h
new file mode 100644 (file)
index 0000000..a896e64
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef EXAMPLE_H
+#define EXAMPLE_H
+
+gboolean example_init(GtkDrawingArea *drawing, GtkNotebook *config);
+
+#endif