]> git.mxchange.org Git - flightgear.git/commit
Create FGSoundManager as a wrapper for SGSoundMgr_OpenAl
authorThorstenB <brehmt@gmail.com>
Mon, 17 Sep 2012 11:36:38 +0000 (13:36 +0200)
committerThorstenB <brehmt@gmail.com>
Mon, 17 Sep 2012 11:45:31 +0000 (13:45 +0200)
commit7415696492c588b6cce408e930f1fa88f389c373
treeb874ae4e19941a9617cd9eca9b2463fdf01798b7
parent043128c7c093c99125ba0ece4c0bcc0b697d2a63
Create FGSoundManager as a wrapper for SGSoundMgr_OpenAl
and sink all sound related code from main.cxx in there.
src/ATCDCL/ATC.cxx
src/Main/fg_init.cxx
src/Main/main.cxx
src/Sound/CMakeLists.txt
src/Sound/soundmanager.cxx [new file with mode: 0644]
src/Sound/soundmanager.hxx [new file with mode: 0644]