]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/mapblock_meshgen.h
Proper mapgen
[dragonblocks_alpha.git] / src / mapblock_meshgen.h
1 #ifndef _MAPBLOCK_MESHGEN_H_
2 #define _MAPBLOCK_MESHGEN_H_
3
4 #include "map.h"
5 #include "scene.h"
6
7 void mapblock_meshgen_init(Map *map, Scene *scene);
8 void mapblock_meshgen_stop();
9
10 #endif