Descent3/netcon/lanclient
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
..
CMakeLists.txt Move Descent3 built targets into "${CMAKE_BINARY_DIR}/build" directory 2024-10-27 22:04:00 +03:00
lanclient.cpp net: resolve 1 instance of -Wdelete-incomplete 2024-11-06 18:19:08 +01:00
lanclient.h Replace "ubyte" with "uint8_t" 2024-05-23 23:07:26 -04:00
lanstrings.h Updated source to reflect the license that this code is released under. 2024-04-20 09:57:49 -06:00
TCP_IP.d3c.txt Fix generating TCP/IP HOG file 2024-05-07 20:01:58 +03:00