From 480b8850b660f3cd8bd40ad39432b3959ae71faa Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 29 Jul 2022 18:21:12 +0200 Subject: [PATCH] todos. --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index afd8a0ff7..08a5dda5b 100644 --- a/TODO.md +++ b/TODO.md @@ -4,6 +4,7 @@ - Add a core binder class for Math. This would allow for simpler script to engine side code ports. Maybe it could also smplify scripting language code. - Maye threading could be de-modernized. So the implementation could use the old os level constructs. (like pthreads). An implementation that uses std::threads could be kept around though. (without it being compiled). +- Maybe use NULLs again instead of nullptrs? TODO check if there is an actual difference, other than requiring cpp11. ## WFC module