src/tree_map.h
changeset 8459 86e0352eb993
parent 8113 31b7784db761
child 9111 48ce04029fe4
equal deleted inserted replaced
8458:38fe72ff1402 8459:86e0352eb993
    47  * This enumeration defines the ground types for tiles with trees on it.
    47  * This enumeration defines the ground types for tiles with trees on it.
    48  */
    48  */
    49 enum TreeGround {
    49 enum TreeGround {
    50 	TREE_GROUND_GRASS       = 0, ///< normal grass
    50 	TREE_GROUND_GRASS       = 0, ///< normal grass
    51 	TREE_GROUND_ROUGH       = 1, ///< some rough tile
    51 	TREE_GROUND_ROUGH       = 1, ///< some rough tile
    52 	TREE_GROUND_SNOW_DESERT = 2  ///< a desert or snow tile, depend on landscape
    52 	TREE_GROUND_SNOW_DESERT = 2, ///< a desert or snow tile, depend on landscape
       
    53 	TREE_GROUND_SHORE       = 3, ///< shore
    53 };
    54 };
    54 
    55 
    55 
    56 
    56 /**
    57 /**
    57  * Returns the treetype of a tile.
    58  * Returns the treetype of a tile.