1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 02:19:09 +00:00

(svn r9564) -Fix (r9563): When adding files remember to add them...

This commit is contained in:
2007-04-05 09:07:20 +00:00
parent a2cec54c9d
commit 614dd12f21
4 changed files with 16 additions and 0 deletions

View File

@@ -629,6 +629,9 @@
<File
RelativePath=".\..\src\train.h">
</File>
<File
RelativePath=".\..\src\transparency_gui.h">
</File>
<File
RelativePath=".\..\src\variables.h">
</File>

View File

@@ -1067,6 +1067,10 @@
RelativePath=".\..\src\train.h"
>
</File>
<File
RelativePath=".\..\src\transparency_gui.h"
>
</File>
<File
RelativePath=".\..\src\variables.h"
>

View File

@@ -177,6 +177,7 @@ thread.h
tile.h
town.h
train.h
transparency_gui.h
variables.h
vehicle.h
vehicle_gui.h

8
src/transparency_gui.h Normal file
View File

@@ -0,0 +1,8 @@
/* $Id$ */
#ifndef TRANSPARENCY_GUI_H
#define TRANSPARENCY_GUI_H
void ShowTransparencyToolbar();
#endif /* TRANSPARENCY_GUI_H */