mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r9564) -Fix (r9563): When adding files remember to add them...
This commit is contained in:
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
|
||||
|
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 */
|
Loading…
Reference in New Issue
Block a user