PixelWars/generator.h
2015-01-12 17:37:19 +01:00

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