aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename Alc to alcChris Robinson2019-07-281-20/+0
|
* Return optionals from the remaining ConfigValue* methodsChris Robinson2019-06-301-2/+2
|
* Use an optional for ConfigValueStrChris Robinson2019-06-301-1/+3
|
* Use an optional for ConfigValueUIntChris Robinson2019-06-301-1/+1
|
* Use an optional for ConfigValueIntChris Robinson2019-06-301-1/+2
|
* Remove some extern "C" blocksChris Robinson2019-06-101-11/+1
|
* Avoid static global initialization functionsChris Robinson2018-12-081-1/+0
|
* Make ReadALConfig noexcept in C++Chris Robinson2018-11-131-1/+4
|
* Add another missing extern "C"Chris Robinson2018-10-291-0/+8
|
* Move the config function declarations to their own headerChris Robinson2018-01-111-0/+17
And rename alcConfig.c to alconfig.c for consistency.