File diff r14247:2f155b9f20db → r14248:a9050881acd7
src/landscape.h
Show inline comments
 
@@ -11,14 +11,12 @@
 

	
 
#ifndef LANDSCAPE_H
 
#define LANDSCAPE_H
 

	
 
#include "core/geometry_type.hpp"
 
#include "tile_cmd.h"
 
#include "slope_type.h"
 
#include "direction_type.h"
 

	
 
enum {
 
	SNOW_LINE_MONTHS = 12, ///< Number of months in the snow line table.
 
	SNOW_LINE_DAYS   = 32, ///< Number of days in each month in the snow line table.
 
};