Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-06 | Added 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-05 | Move the config option stuff into `config.h`. | mrb0nk500 | |