mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 01:19:38 +01:00
Added a TODO.
This commit is contained in:
parent
658cbb806d
commit
b86ee78c93
1
TODO.md
1
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user