From 189da15810deabd739d7c11c6e95fea55739fe60 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 1 Aug 2020 15:13:49 +0200 Subject: Initial import from archive --- src/amplitude-r.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/amplitude-r.h (limited to 'src/amplitude-r.h') 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 + * Synth2d - two-dimensional Fourier synthesis + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef AMPLITUDER_H + +extern void amplituder_show(void); + +#endif /* AMPLITUDER_H */ -- cgit v1.2.3