branch | NewGRF_ports |
changeset 10724 | 68a692eacf22 |
parent 10184 | fcf5fb2548eb |
child 10731 | 67db0d431d5e |
10349:ff900a23e102 | 10724:68a692eacf22 |
---|---|
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" |