aboutsummaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h23
1 files changed, 23 insertions, 0 deletions
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 <taw27@cam.ac.uk>
+ *
+ * synth2d - two-dimensional Fourier synthesis
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef OPTIONS_H
+#define OPTIONS_H
+
+extern void options_load(void);
+extern void options_save(void);
+
+#endif /* OPTIONS_H */
+