forked from mirror/OpenTTD
(svn r9564) -Fix (r9563): When adding files remember to add them...
This commit is contained in:
@@ -629,6 +629,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\train.h">
|
RelativePath=".\..\src\train.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\transparency_gui.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\variables.h">
|
RelativePath=".\..\src\variables.h">
|
||||||
</File>
|
</File>
|
||||||
|
@@ -1067,6 +1067,10 @@
|
|||||||
RelativePath=".\..\src\train.h"
|
RelativePath=".\..\src\train.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\transparency_gui.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\variables.h"
|
RelativePath=".\..\src\variables.h"
|
||||||
>
|
>
|
||||||
|
@@ -177,6 +177,7 @@ thread.h
|
|||||||
tile.h
|
tile.h
|
||||||
town.h
|
town.h
|
||||||
train.h
|
train.h
|
||||||
|
transparency_gui.h
|
||||||
variables.h
|
variables.h
|
||||||
vehicle.h
|
vehicle.h
|
||||||
vehicle_gui.h
|
vehicle_gui.h
|
||||||
|
8
src/transparency_gui.h
Normal file
8
src/transparency_gui.h
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
#ifndef TRANSPARENCY_GUI_H
|
||||||
|
#define TRANSPARENCY_GUI_H
|
||||||
|
|
||||||
|
void ShowTransparencyToolbar();
|
||||||
|
|
||||||
|
#endif /* TRANSPARENCY_GUI_H */
|
Reference in New Issue
Block a user