Bima42 / cub3d

Implement raycasting in a video game using C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Init a new window

YvanoffP opened this issue · comments

Try to make a window appear. For the rest we will see

This might be the order we are looking for :
void *mlx_init();
void *mlx_new_window(void *mlx_ptr, int size_x, int size_y, char *title);