Changeset - r6428:7452784a0f7e
[Not reviewed]
master
0 3 1
peter1138 - 17 years ago 2007-04-05 09:07:20
peter1138@openttd.org
(svn r9564) -Fix (r9563): When adding files remember to add them...
4 files changed with 16 insertions and 0 deletions:
0 comments (0 inline, 0 general)
projects/openttd.vcproj
Show inline comments
 
@@ -630,6 +630,9 @@
 
				RelativePath=".\..\src\train.h">
 
			</File>
 
			<File
 
				RelativePath=".\..\src\transparency_gui.h">
 
			</File>
 
			<File
 
				RelativePath=".\..\src\variables.h">
 
			</File>
 
			<File
projects/openttd_vs80.vcproj
Show inline comments
 
@@ -1068,6 +1068,10 @@
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\transparency_gui.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\variables.h"
 
				>
 
			</File>
source.list
Show inline comments
 
@@ -177,6 +177,7 @@ thread.h
 
tile.h
 
town.h
 
train.h
 
transparency_gui.h
 
variables.h
 
vehicle.h
 
vehicle_gui.h
src/transparency_gui.h
Show inline comments
 
new file 100644
 
/* $Id$ */
 

	
 
#ifndef TRANSPARENCY_GUI_H
 
#define TRANSPARENCY_GUI_H
 

	
 
void ShowTransparencyToolbar();
 

	
 
#endif /* TRANSPARENCY_GUI_H */
0 comments (0 inline, 0 general)