Descent3/bitmap
Jan Engelhardt 1551b240d3 mem_malloc type triviality checks (4/8)
```
git grep -l mem_malloc | xargs perl -i -lpe 's{\((\w+) \*\*\)mem_malloc\((\S+) \* sizeof\(\1 \*\)\)}{mem_rmalloc<$1 *>($2)}'
```
2024-09-16 22:12:13 +02:00
..
bitmain.cpp mem_malloc type triviality checks (4/8) 2024-09-16 22:12:13 +02:00
bumpmap.cpp Convert bitmap to use new logging facility 2024-09-10 03:00:25 +03:00
CMakeLists.txt Convert bitmap to use new logging facility 2024-09-10 03:00:25 +03:00
iff.cpp Convert bitmap to use new logging facility 2024-09-10 03:00:25 +03:00
iff.h [Cleanup] Removed function declarations that are not implemented. 2024-08-20 20:03:02 +02:00
lightmap.cpp Convert bitmap to use new logging facility 2024-09-10 03:00:25 +03:00
NewBitmap.cpp save screenshots as PNG 2024-05-09 22:46:17 +01:00
NewBitmap.h save screenshots as PNG 2024-05-09 22:46:17 +01:00
pcx.cpp Convert bitmap to use new logging facility 2024-09-10 03:00:25 +03:00
tga.cpp Convert bitmap to use new logging facility 2024-09-10 03:00:25 +03:00