ericw-tools/vis
Jonathan 17606fde4b Use variant instead of having all BSP types allocated at once (even though they are smol)
Move ownership of pointers to the bsp structures themselves for now.
2021-09-16 11:52:37 -04:00
..
CMakeLists.txt winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
flow.cc calloc/malloc/free -> new/new/delete (except for specific scenarios) 2021-09-14 11:39:12 -04:00
soundpvs.cc use the C++ includes 2021-09-14 08:46:03 -04:00
state.cc calloc/malloc/free -> new/new/delete (except for specific scenarios) 2021-09-14 11:39:12 -04:00
vis.cc Use variant instead of having all BSP types allocated at once (even though they are smol) 2021-09-16 11:52:37 -04:00