summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/openttd.vcproj3
-rw-r--r--projects/openttd_vs80.vcproj4
-rw-r--r--source.list1
-rw-r--r--src/transparency_gui.h8
4 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj
index 4ee36a3f5..45042187f 100644
--- 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
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 4f1536637..57c9cfca4 100644
--- 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>
diff --git a/source.list b/source.list
index b8fb9a0fe..a172190b9 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 000000000..8ecb03a73
--- /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 */