From 614dd12f21adbd656dfacc12b3fcf94bbabf045e Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 5 Apr 2007 09:07:20 +0000 Subject: [PATCH] (svn r9564) -Fix (r9563): When adding files remember to add them... --- projects/openttd.vcproj | 3 +++ projects/openttd_vs80.vcproj | 4 ++++ source.list | 1 + src/transparency_gui.h | 8 ++++++++ 4 files changed, 16 insertions(+) create mode 100644 src/transparency_gui.h diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 4ee36a3f5b..45042187fd 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -629,6 +629,9 @@ + + diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 4f15366379..57c9cfca4d 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1067,6 +1067,10 @@ RelativePath=".\..\src\train.h" > + + diff --git a/source.list b/source.list index b8fb9a0fe9..a172190b91 100644 --- a/source.list +++ b/source.list @@ -177,6 +177,7 @@ thread.h tile.h town.h train.h +transparency_gui.h variables.h vehicle.h vehicle_gui.h diff --git a/src/transparency_gui.h b/src/transparency_gui.h new file mode 100644 index 0000000000..8ecb03a73e --- /dev/null +++ b/src/transparency_gui.h @@ -0,0 +1,8 @@ +/* $Id$ */ + +#ifndef TRANSPARENCY_GUI_H +#define TRANSPARENCY_GUI_H + +void ShowTransparencyToolbar(); + +#endif /* TRANSPARENCY_GUI_H */