6 lines
88 B
C
6 lines
88 B
C
#ifndef GENERATOR_H
|
|
#define GENERATOR_H
|
|
|
|
void create_map(int width, int height);
|
|
|
|
#endif |