Descent3/dd_lnxsound
Louis Gombert dc138e4912 Remove DDAccess.h header, and associated DD_ACCESS_RING definition
This definition was used to control the accessibility of some class members, changing protected qualifiers to public. This introduced unnecessary coupling between components and headers.

All conditional access specifiers have been set to public, which should not be a problem given the low number of classes that actually used affected members. Another albeit more complex solution could have been to use friend classes.
2024-05-13 23:21:05 +02:00
..
CMakeLists.txt Some more CMake white space formatting 2024-04-21 11:46:32 +02:00
ddlnxsound.h 64 Bit-Safe Updates 2024-04-29 14:10:09 -04:00
mixer.cpp Mark functions and variables as static (#185) 2024-05-07 23:35:28 +02:00
sdlsound.cpp Remove DDAccess.h header, and associated DD_ACCESS_RING definition 2024-05-13 23:21:05 +02:00