summaryrefslogtreecommitdiffstats
path: root/hacks/glx/teapot.h
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/glx/teapot.h')
-rw-r--r--hacks/glx/teapot.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/hacks/glx/teapot.h b/hacks/glx/teapot.h
new file mode 100644
index 0000000..60b5fe5
--- /dev/null
+++ b/hacks/glx/teapot.h
@@ -0,0 +1,7 @@
+
+#ifndef __TEAPOT_H__
+#define __TEAPOT_H__
+
+extern int unit_teapot (int density, int wire_p);
+
+#endif /* __TEAPOT_H__ */