src/tree_map.h
changeset 8955 8d6bb31af11b
parent 8609 8c0c3e9dd6a0
child 10429 1b99254f9607
equal deleted inserted replaced
8954:ca1d17502817 8955:8d6bb31af11b
    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.