dev: add TODO

This commit is contained in:
Zy 2024-10-13 19:39:47 +02:00
parent cca1adca0c
commit 8876fa7939
2 changed files with 8 additions and 0 deletions

View file

@ -34,4 +34,6 @@
/// NULL if failed.
t_mlx mlx_init(void); // TODO should call this before REALLY anything else?
// TODO mlx_end() or something? mlx_destroy_display()?
#endif