Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
feat(audio): split the audio interface from the backend library
Browse files Browse the repository at this point in the history
This paves the way to support multiple audio backends
  • Loading branch information
sudden6 committed May 8, 2017
1 parent 496f854 commit 28c2298
Show file tree
Hide file tree
Showing 6 changed files with 871 additions and 711 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different
set(${PROJECT_NAME}_SOURCES
src/audio/audio.cpp
src/audio/audio.h
src/audio/backend/openal.cpp
src/audio/backend/openal.h
src/chatlog/chatlinecontent.cpp
src/chatlog/chatlinecontent.h
src/chatlog/chatlinecontentproxy.cpp
Expand Down
Loading

0 comments on commit 28c2298

Please sign in to comment.