This commit is contained in:
zy 2024-12-29 19:25:51 +01:00
parent dd4edcd397
commit 2514d4da7b
5 changed files with 12 additions and 4 deletions

View file

@ -34,6 +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()?
// TODO mlx_end() or something? mlx_destroy_display()? (with C2D_Fini())
#endif