PixelWars/generator.h

6 lines
88 B
C

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