aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alExtension.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add exception protection to some AL functionsChris Robinson2019-04-101-0/+7
|
* Use c++ headersFilip Gawin2019-01-091-3/+3
|
* Avoid using old style castsFilip Gawin2019-01-081-1/+1
| | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295
* Use nullptr in cpp filesFilip Gawin2019-01-071-1/+1
|
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-7/+3
|
* Convert alExtension.c to C++Chris Robinson2018-11-161-0/+76