src/landscape.h
changeset 8634 5ffca02f9115
parent 8617 931e0970d509
child 8876 a0b7938c6082
equal deleted inserted replaced
8633:3e7dd482e9cc 8634:5ffca02f9115
     4 
     4 
     5 #ifndef LANDSCAPE_H
     5 #ifndef LANDSCAPE_H
     6 #define LANDSCAPE_H
     6 #define LANDSCAPE_H
     7 
     7 
     8 #include "core/geometry_type.hpp"
     8 #include "core/geometry_type.hpp"
       
     9 #include "tile_cmd.h"
       
    10 #include "slope_type.h"
       
    11 #include "direction_type.h"
     9 
    12 
    10 enum {
    13 enum {
    11 	SNOW_LINE_MONTHS = 12,
    14 	SNOW_LINE_MONTHS = 12,
    12 	SNOW_LINE_DAYS   = 32,
    15 	SNOW_LINE_DAYS   = 32,
    13 };
    16 };