changeset 6428:9d496bd18ac8 draft

(svn r9564) -Fix (r9563): When adding files remember to add them...
author peter1138 <peter1138@openttd.org>
date Thu, 05 Apr 2007 09:07:20 +0000 (2007-04-05)
parents 2437ed7b277c
children 3d078ea3946b
files projects/openttd.vcproj projects/openttd_vs80.vcproj source.list src/transparency_gui.h
diffstat 4 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/projects/openttd.vcproj
+++ b/projects/openttd.vcproj
@@ -630,6 +630,9 @@
 				RelativePath=".\..\src\train.h">
 			</File>
 			<File
+				RelativePath=".\..\src\transparency_gui.h">
+			</File>
+			<File
 				RelativePath=".\..\src\variables.h">
 			</File>
 			<File
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -1068,6 +1068,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\transparency_gui.h"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\variables.h"
 				>
 			</File>
--- a/source.list
+++ b/source.list
@@ -177,6 +177,7 @@
 tile.h
 town.h
 train.h
+transparency_gui.h
 variables.h
 vehicle.h
 vehicle_gui.h
new file mode 100644
--- /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 */