aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/al.h
Commit message (Collapse)AuthorAgeFilesLines
* Use protected visibility for exported API functionsChris Robinson2010-03-221-1/+1
| | | | | | | Protected visibility is like default visibility, in that functions will be "exported" from the library. However, it also guarantees that references to the functions from within the library will be to the library's version, even if the symbols are overriden by the application.
* Fix header comment for AL_PITCHChris Robinson2009-12-161-2/+1
|
* Initial importChris Robinson2007-11-131-0/+724