Mercurial > hg > openttd
comparison src/main_gui.cpp @ 8254:7d580c9c41fb draft
(svn r11818) -Codechange: split player.h into smaller pieces.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sat, 12 Jan 2008 14:10:35 +0000 |
parents | c45446125bf0 |
children | 2495310e220f |
comparison
equal
deleted
inserted
replaced
8253:dd29551d3c67 | 8254:7d580c9c41fb |
---|---|
12 #include "gui.h" | 12 #include "gui.h" |
13 #include "window_gui.h" | 13 #include "window_gui.h" |
14 #include "window_func.h" | 14 #include "window_func.h" |
15 #include "textbuf_gui.h" | 15 #include "textbuf_gui.h" |
16 #include "viewport_func.h" | 16 #include "viewport_func.h" |
17 #include "player.h" | |
18 #include "command_func.h" | 17 #include "command_func.h" |
19 #include "news.h" | 18 #include "news.h" |
20 #include "town.h" | 19 #include "town.h" |
21 #include "console.h" | 20 #include "console.h" |
22 #include "network/network.h" | 21 #include "network/network.h" |
47 #include "industry.h" | 46 #include "industry.h" |
48 #include "transparency.h" | 47 #include "transparency.h" |
49 #include "strings_func.h" | 48 #include "strings_func.h" |
50 #include "zoom_func.h" | 49 #include "zoom_func.h" |
51 #include "string_func.h" | 50 #include "string_func.h" |
51 #include "player_base.h" | |
52 #include "player_func.h" | |
53 #include "player_gui.h" | |
52 | 54 |
53 static int _rename_id = 1; | 55 static int _rename_id = 1; |
54 static int _rename_what = -1; | 56 static int _rename_what = -1; |
55 | 57 |
56 RailType _last_built_railtype; | 58 RailType _last_built_railtype; |