Bima42 / cub3d

Implement raycasting in a video game using C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Init: try to delete malloc

Bima42 opened this issue · comments

At this time, all of our structs are malloced

I think we can just declare each struct and give addresses to pointer in our game struct

closes with 2a07789