aboutsummaryrefslogtreecommitdiff
path: root/src/options.h
blob: 27e3d7f96ba0be3f588301557f678e5d25a5b213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 */