]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/server/tree_physics.h
Trees break if they have no connection to ground
[dragonblocks_alpha.git] / src / server / tree_physics.h
1 #ifndef _TREE_PHYSICS_H_
2 #define _TREE_PHYSICS_H_
3
4 #include "types.h"
5
6 void tree_physics_check(v3s32 pos);
7
8 #endif // _TREE_PHYSICS_H_