equal
deleted
inserted
replaced
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 #include "stdafx.h" |
3 #include "stdafx.h" |
4 #include "openttd.h" |
4 #include "openttd.h" |
|
5 #include "gui.h" |
|
6 #include "window_gui.h" |
|
7 #include "variables.h" |
|
8 #include "transparency.h" |
|
9 #include "sound_func.h" |
|
10 |
5 #include "table/sprites.h" |
11 #include "table/sprites.h" |
6 #include "table/strings.h" |
12 #include "table/strings.h" |
7 #include "functions.h" |
|
8 #include "window.h" |
|
9 #include "gui.h" |
|
10 #include "viewport.h" |
|
11 #include "gfx.h" |
|
12 #include "sound.h" |
|
13 #include "variables.h" |
|
14 #include "transparency.h" |
|
15 |
13 |
16 TransparencyOptionBits _transparency_opt; |
14 TransparencyOptionBits _transparency_opt; |
17 |
15 |
18 enum TransparencyToolbarWidgets{ |
16 enum TransparencyToolbarWidgets{ |
19 /* Widgets not toggled when pressing the X key */ |
17 /* Widgets not toggled when pressing the X key */ |