#include <string>
#include "irr_v3d.h"
#include "nodedef.h"
#include "mapnode.h"
Go to the source code of this file.
|
void | treegen::make_tree (MMVManip &vmanip, v3s16 p0, bool is_apple_tree, const NodeDefManager *ndef, s32 seed) |
|
void | treegen::make_jungletree (MMVManip &vmanip, v3s16 p0, const NodeDefManager *ndef, s32 seed) |
|
void | treegen::make_pine_tree (MMVManip &vmanip, v3s16 p0, const NodeDefManager *ndef, s32 seed) |
|
treegen::error | treegen::make_ltree (MMVManip &vmanip, v3s16 p0, const TreeDef &tree_definition) |
|
treegen::error | treegen::spawn_ltree (ServerMap *map, v3s16 p0, const TreeDef &tree_definition) |
|