Descent3/ddio_win
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 remove unused serial code 2024-05-06 19:01:48 +01:00
ddio_win.h Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
winfile.cpp Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
winforcefeedback.cpp Remove DDAccess.h header, and associated DD_ACCESS_RING definition 2024-05-13 23:21:05 +02:00
winio.cpp Remove DDAccess.h header, and associated DD_ACCESS_RING definition 2024-05-13 23:21:05 +02:00
winjoy.cpp Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
winkey.cpp Remove DDAccess.h header, and associated DD_ACCESS_RING definition 2024-05-13 23:21:05 +02:00
winmouse.cpp Remove DDAccess.h header, and associated DD_ACCESS_RING definition 2024-05-13 23:21:05 +02:00
wintimer.cpp remove unused code (mainly windows.h) 2024-05-07 23:45:33 +01:00