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