6 lines
118 B
C
6 lines
118 B
C
#ifndef GENERATOR_H
|
|
#define GENERATOR_H
|
|
|
|
void create_map(t_pixel** map, t_team* teams, int width, int height);
|
|
|
|
#endif |