aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alstring.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't require pre-declaring vector typesChris Robinson2014-07-061-9/+6
|
* Use ALboolean for al_string_empty's return typeChris Robinson2014-04-301-1/+1
|
* Use an al_string vector for winmm device namesChris Robinson2014-04-071-0/+3
| | | | Also now gets wchar device names, to properly convert to UTF-8
* Properly compare al_stringsChris Robinson2014-04-031-5/+2
|
* Recognize NULL as an empty vector/stringChris Robinson2014-04-031-2/+2
|
* Use al_string to handle mmdevapi and dsound device namesChris Robinson2014-03-281-0/+16
|
* Add an al_string type and use it for the device listsChris Robinson2014-03-281-0/+32