mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
dc138e4912
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ddio_lnx.h | ||
lnxcdrom.cpp | ||
lnxfile.cpp | ||
lnxforcefeedback.cpp | ||
lnxio.cpp | ||
lnxkey_null.cpp | ||
lnxkey_sdl.cpp | ||
lnxkey.cpp | ||
lnxmouse.cpp | ||
lnxtimer.cpp | ||
sdljoy.cpp |