]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/mapgen.h
Proper mapgen
[dragonblocks_alpha.git] / src / mapgen.h
1 #ifndef _MAPGEN_H_
2 #define _MAPGEN_H_
3
4 #include "server.h"
5 #include "map.h"
6
7 void mapgen_init(Server *srv);
8 void mapgen_start_thread(Client *client);
9
10 #endif