Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 931 Bytes

File metadata and controls

19 lines (15 loc) · 931 Bytes

AudioLibSwitcher_OpenAL

GitHub License Static Badge Static Badge Static Badge

An adapter / interface implementation of the IAudioLibSwitcher interface (see AudioLibSwitcher for OpenAL-Soft.

When cloning, don't forget to use the flag --recurse-submodules. For example: git clone AudioLibSwitcher_OpenAL --recurse-submodules

When updating the submodule hash to the latest hash:

# First cd to repo root.
git submodule update --remote AudioLibSwitcher
git add AudioLibSwitcher
git commit -m "Updated the submodule to the latest changeset."
git push