From b86ee78c937b1ac8c528a36609f36efb66f3ceb6 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 25 Aug 2022 21:13:01 +0200 Subject: [PATCH] Added a TODO. --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index cfe819f95..1f02236d1 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,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. +- Add error macro like methods to global scope for scripting ## WFC module