#ifndef GENERATOR_H
#define GENERATOR_H

void create_map(t_pixel** map, t_team* teams, int width, int height);

#endif