start of my properties work. doesn't seem to have broken anything :)

This commit is contained in:
Bill Currie 2004-01-27 08:31:34 +00:00
parent 2ea155dc53
commit 9abe3b29e0
9 changed files with 330 additions and 114 deletions

View file

@ -44,6 +44,7 @@ typedef struct {
vec_t noise;
vec_t cutoff;
const char *lightsfilename;
const char *properties_filename;
} options_t;
extern options_t options;