OpenTTD/src/sound
Michael Lutz 05bc2ed7cb Codechange: Replace custom thread code with C++11 thread objects.
We assume a conforming C++11 compiler environment that has a valid <thread>-header.
Failure to run a real thread is handled gracefully.
2019-04-06 11:27:39 +02:00
..
allegro_s.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 2014-04-23 20:13:33 +00:00
allegro_s.h Codechange: Use override specifer for overriding member declarations 2019-03-24 16:10:04 +01:00
cocoa_s.cpp Codechange: [OSX] Use 10.6+ APIs to initialise audio when available. 2018-04-10 23:30:01 +02:00
cocoa_s.h Codechange: Use override specifer for overriding member declarations 2019-03-24 16:10:04 +01:00
null_s.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 2014-04-23 20:13:33 +00:00
null_s.h Codechange: Use override specifer for overriding member declarations 2019-03-24 16:10:04 +01:00
sdl_s.cpp Codechange: Remove ability for SDL to be dynamically loaded on Windows 2019-03-02 17:13:05 +01:00
sdl_s.h Codechange: Use override specifer for overriding member declarations 2019-03-24 16:10:04 +01:00
sound_driver.hpp (svn r26538) -Codechange: remove double accounting of the drivers 2014-04-28 21:06:51 +00:00
win32_s.cpp Codechange: Replace custom thread code with C++11 thread objects. 2019-04-06 11:27:39 +02:00
win32_s.h Codechange: Use override specifer for overriding member declarations 2019-03-24 16:10:04 +01:00
xaudio2_s.cpp Feature: Add XAudio2 driver 2018-05-17 15:06:37 +01:00
xaudio2_s.h Codechange: Use override specifer for overriding member declarations 2019-03-24 16:10:04 +01:00