Descent3/2dlib
Jan Engelhardt de0af3b10d mem_malloc type triviality checks (6/8)
```
git grep -l mem_malloc | xargs perl -i -lpe 's{\((uint8_t) \*\)mem_malloc\((\S+)\)}{mem_rmalloc<$1>($2)}'
```
2024-09-16 22:12:13 +02:00
..
CMakeLists.txt Convert 2dlib to use new logging facility 2024-09-10 03:00:25 +03:00
font.cpp mem_malloc type triviality checks (6/8) 2024-09-16 22:12:13 +02:00
gr.h [Cleanup] Removed function declarations that are not implemented. 2024-08-20 20:03:02 +02:00
hardsurf.cpp Isolate 2dlib submodule 2024-07-27 22:21:29 +03:00
lib2d.h [Cleanup] Removed function declarations that are not implemented. 2024-08-20 20:03:02 +02:00
memsurf.cpp Convert 2dlib to use new logging facility 2024-09-10 03:00:25 +03:00
pen.cpp Fix spello "it's" 2024-09-03 13:26:51 +02:00
pentext.cpp Fix spello "it's" 2024-09-03 13:26:51 +02:00
screen.cpp Isolate 2dlib submodule 2024-07-27 22:21:29 +03:00
surface.cpp Convert 2dlib to use new logging facility 2024-09-10 03:00:25 +03:00
viewport.cpp Fix spello "it's" 2024-09-03 13:26:51 +02:00