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/options.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/options.h (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h new file mode 100644 index 0000000..27e3d7f --- /dev/null +++ b/src/options.h @@ -0,0 +1,23 @@ +/* + * options.h + * + * Handle run-time options and stuff + * + * (c) 2006-2007 Thomas White + * + * synth2d - two-dimensional Fourier synthesis + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef OPTIONS_H +#define OPTIONS_H + +extern void options_load(void); +extern void options_save(void); + +#endif /* OPTIONS_H */ + -- cgit v1.2.3