Descent3/netcon/descent3onlineclient
Jan Engelhardt 61439b379d net: resolve 1 instance of -Wdelete-incomplete
Descent3/multi_dll_mgr.cpp:974:43: warning: deleting "void*" is
undefined [-Wdelete-incomplete]

(``delete`` requires that types are _complete_, so as to find the
right destructor to call; ``void`` is incomplete by definition.)
2024-11-06 18:19:08 +01:00
..
chat_api.cpp rename netcon 2024-09-15 13:19:26 +02:00
chat_api.h rename netcon 2024-09-15 13:19:26 +02:00
CMakeLists.txt Move Descent3 built targets into "${CMAKE_BINARY_DIR}/build" directory 2024-10-27 22:04:00 +03:00
d3online.d3c.txt Optimize building of HOG files and netgames libraries 2024-10-21 16:56:40 +03:00
dip_gametrack.cpp rename netcon 2024-09-15 13:19:26 +02:00
dip_gametrack.h rename netcon 2024-09-15 13:19:26 +02:00
odtclient.cpp net: resolve 1 instance of -Wdelete-incomplete 2024-11-06 18:19:08 +01:00
odtclient.h rename netcon 2024-09-15 13:19:26 +02:00
odtstrings.h rename netcon 2024-09-15 13:19:26 +02:00