aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the enumerated HRTF entry name a char*Chris Robinson2018-11-121-20/+25
| | | | | Would ideally be a std::string with the HRTF name itself, but they're still seen in C code.
* Use C++ more with helpers.cppChris Robinson2018-11-111-55/+29
|
* Use C++ more in hrtf.cppChris Robinson2018-11-091-499/+439
|
* Convert hrtf.c to C++Chris Robinson2018-11-091-0/+1410