# HG changeset patch # User peter1138 # Date 1175764040 0 # Node ID a1371365397e903d58f880bfba5fe2c3ba1c1b2f # Parent 6913c8a82cc0dd5fa8e17d96f2a223e01e78bb6a (svn r9564) -Fix (r9563): When adding files remember to add them... diff -r 6913c8a82cc0 -r a1371365397e projects/openttd.vcproj --- a/projects/openttd.vcproj Thu Apr 05 07:49:04 2007 +0000 +++ b/projects/openttd.vcproj Thu Apr 05 09:07:20 2007 +0000 @@ -630,6 +630,9 @@ RelativePath=".\..\src\train.h"> + + + + diff -r 6913c8a82cc0 -r a1371365397e source.list --- a/source.list Thu Apr 05 07:49:04 2007 +0000 +++ b/source.list Thu Apr 05 09:07:20 2007 +0000 @@ -177,6 +177,7 @@ tile.h town.h train.h +transparency_gui.h variables.h vehicle.h vehicle_gui.h diff -r 6913c8a82cc0 -r a1371365397e src/transparency_gui.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/transparency_gui.h Thu Apr 05 09:07:20 2007 +0000 @@ -0,0 +1,8 @@ +/* $Id$ */ + +#ifndef TRANSPARENCY_GUI_H +#define TRANSPARENCY_GUI_H + +void ShowTransparencyToolbar(); + +#endif /* TRANSPARENCY_GUI_H */