summaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Collapse)Author
2021-06-06Added a NULL entry to the end of `config_opts`.mrb0nk500
2021-06-06Added a new union called `config_val`.mrb0nk500
This is so that I don't have to cast the variable as a `void *`, and make it easier to read. I also added `TYPE_NONE` to the `config_type` enum for denoting that the config option doesn't take a value.
2021-06-05Move the config option stuff into `config.h`.mrb0nk500