Mercurial > hg > openttd
comparison src/train_cmd.cpp @ 9111:d48433370037 draft
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Tue, 06 May 2008 15:11:33 +0000 |
parents | 11b5b3f4175d |
children | c93fe0a517f2 |
comparison
equal
deleted
inserted
replaced
9110:7895fbead820 | 9111:d48433370037 |
---|---|
1 /* $Id$ */ | 1 /* $Id$ */ |
2 | 2 |
3 /** @file train_cmd.cpp */ | 3 /** @file train_cmd.cpp Handling of trains. */ |
4 | 4 |
5 #include "stdafx.h" | 5 #include "stdafx.h" |
6 #include "openttd.h" | 6 #include "openttd.h" |
7 #include "bridge_map.h" | 7 #include "bridge_map.h" |
8 #include "debug.h" | 8 #include "debug.h" |