std::vector> tilemap(90, std::vector(60, 0));
Hi, I am writing a tilemap parser using SDL, and a guy on a video