Add an "un-exposed" method to get the library version
commit2f5b86dd381ac36d09951e05777ccb97237fa06e
authorChris Robinson <chris.kcat@gmail.com>
Mon, 16 Oct 2017 12:22:22 +0000 (16 05:22 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 16 Oct 2017 12:47:12 +0000 (16 05:47 -0700)
treeed5fb888f66648df67adbbccde63de4135579743
parent5ec11a017c0799115e19895264917e8348a4c878
Add an "un-exposed" method to get the library version

This reports the same ALSOFT version as alGetString(AL_VERSION), but doesn't
require a current context (which requires a ALCdevice) to call. Do *NOT* use
this version to determine feature support, use the standard interfaces. If you
think you need to use this, you probably don't, and shouldn't.
OpenAL32/alState.c