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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
peter1138 17 years ago
parent a2cec54c9d
commit 614dd12f21

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

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

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

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