aboutsummaryrefslogtreecommitdiff
path: root/src/amplitude-r.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/amplitude-r.h')
-rw-r--r--src/amplitude-r.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/amplitude-r.h b/src/amplitude-r.h
new file mode 100644
index 0000000..53ce9c5
--- /dev/null
+++ b/src/amplitude-r.h
@@ -0,0 +1,19 @@
+/*
+ * ampltude-r.h
+ *
+ * Plot of R-factor against amplitude
+ *
+ * (c) 2006 Thomas White <taw27@cam.ac.uk>
+ * Synth2d - two-dimensional Fourier synthesis
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef AMPLITUDER_H
+
+extern void amplituder_show(void);
+
+#endif /* AMPLITUDER_H */