src/date.cpp
changeset 9111 48ce04029fe4
parent 8809 e0d09d74e805
child 9354 845e07db4549
equal deleted inserted replaced
9110:9c48301b2e19 9111:48ce04029fe4
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file date.cpp */
     3 /** @file date.cpp Handling of dates in our native format and transforming them to something human readable. */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "variables.h"
     7 #include "variables.h"
     8 #include "settings_type.h"
     8 #include "settings_type.h"