aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ringbuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid including alMain.h in ringbuffer.cChris Robinson2018-01-111-3/+16
|
* Ensure NextPowerOf2 is being used correctlyChris Robinson2018-01-111-3/+2
|
* Move the ringbuffer declarations to a separate headerChris Robinson2018-01-111-0/+298
And rename alcRing.c to ringbuffer.c for consistency.