PixelWars/old_code/generator.h
2016-05-16 00:34:44 +02:00

6 lines
88 B
C

#ifndef GENERATOR_H
#define GENERATOR_H
void create_map(int width, int height);
#endif