(svn r9564) -Fix (r9563): When adding files remember to add them...
authorpeter1138
Thu, 05 Apr 2007 09:07:20 +0000
changeset 6924 a1371365397e
parent 6923 6913c8a82cc0
child 6925 dc349ff2d657
(svn r9564) -Fix (r9563): When adding files remember to add them...
projects/openttd.vcproj
projects/openttd_vs80.vcproj
source.list
src/transparency_gui.h
--- a/projects/openttd.vcproj	Thu Apr 05 07:49:04 2007 +0000
+++ b/projects/openttd.vcproj	Thu Apr 05 09:07:20 2007 +0000
@@ -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	Thu Apr 05 07:49:04 2007 +0000
+++ b/projects/openttd_vs80.vcproj	Thu Apr 05 09:07:20 2007 +0000
@@ -1068,6 +1068,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\transparency_gui.h"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\variables.h"
 				>
 			</File>
--- a/source.list	Thu Apr 05 07:49:04 2007 +0000
+++ b/source.list	Thu Apr 05 09:07:20 2007 +0000
@@ -177,6 +177,7 @@
 tile.h
 town.h
 train.h
+transparency_gui.h
 variables.h
 vehicle.h
 vehicle_gui.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/transparency_gui.h	Thu Apr 05 09:07:20 2007 +0000
@@ -0,0 +1,8 @@
+/* $Id$ */
+
+#ifndef TRANSPARENCY_GUI_H
+#define TRANSPARENCY_GUI_H
+
+void ShowTransparencyToolbar();
+
+#endif /* TRANSPARENCY_GUI_H */