DungeonCrawl
Loading...
Searching...
No Matches
map_generator.h
Go to the documentation of this file.
1
5#ifndef MAP_GENERATOR_H
6#define MAP_GENERATOR_H
7
11void generate_map();
12
13#endif//MAP_GENERATOR_H
void generate_map()
Generate the map and populate it with keys, enemies, and the exit.