/* * 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 */