mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
start of my properties work. doesn't seem to have broken anything :)
This commit is contained in:
parent
2ea155dc53
commit
9abe3b29e0
9 changed files with 330 additions and 114 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue