Descent3/grtext
Jan Engelhardt c7da9daee2 mem_malloc type triviality checks (2/8)
Automated replacement with

```
git grep -l mem_malloc |
xargs perl -i -lpe 's{\((\w+) \*\)mem_malloc\(sizeof\(\1\) \* (\S+)\)}{mem_rmalloc<$1>($2)}'
```
2024-09-16 22:12:12 +02:00
..
CMakeLists.txt Convert grtext to use new logging facility 2024-09-10 03:00:25 +03:00
grfont.cpp mem_malloc type triviality checks (2/8) 2024-09-16 22:12:12 +02:00
grtext.cpp Isolate grtext submodule 2024-07-28 16:50:42 +03:00
grtext.h [Cleanup] Removed function declarations that are not implemented. 2024-08-20 20:03:02 +02:00
grtextlib.h Isolate grtext submodule 2024-07-28 16:50:42 +03:00
textaux.cpp Fix spello "it's" 2024-09-03 13:26:51 +02:00