Mercurial > hg > openttd
comparison src/train_cmd.cpp @ 18627:1972f6346144 draft
(svn r23474) -Codechange: move the declaration error related functions to error.h
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sat, 10 Dec 2011 13:54:10 +0000 |
parents | b8fc708229a7 |
children | 90d395fc678d |
comparison
equal
deleted
inserted
replaced
18626:2db5b0e110f9 | 18627:1972f6346144 |
---|---|
8 */ | 8 */ |
9 | 9 |
10 /** @file train_cmd.cpp Handling of trains. */ | 10 /** @file train_cmd.cpp Handling of trains. */ |
11 | 11 |
12 #include "stdafx.h" | 12 #include "stdafx.h" |
13 #include "gui.h" | 13 #include "error.h" |
14 #include "articulated_vehicles.h" | 14 #include "articulated_vehicles.h" |
15 #include "command_func.h" | 15 #include "command_func.h" |
16 #include "pathfinder/npf/npf_func.h" | 16 #include "pathfinder/npf/npf_func.h" |
17 #include "pathfinder/yapf/yapf.hpp" | 17 #include "pathfinder/yapf/yapf.hpp" |
18 #include "news_func.h" | 18 #include "news_func.h" |