aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-47/+23
| | | | Which will also work as the basis for a future intrusive_ptr
* Move another function to a ALCcontext methodChris Robinson2019-07-301-1/+0
|
* Turn some functions into methodsChris Robinson2019-07-301-48/+29
|
* Properly prefix ALCcontext membersChris Robinson2019-07-301-79/+79
|
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-7/+7
|
* Move the event declarations to a separate headerChris Robinson2019-07-291-0/+1
|
* Rename Alc to alcChris Robinson2019-07-281-0/+4342