(svn r1717) -Fix: some compilation problems for braindead VS6 and added missing files to project (thx bociusz)

This commit is contained in:
darkvater 2005-01-29 14:56:25 +00:00
parent f2af1ed332
commit 797355cb7e
3 changed files with 15 additions and 0 deletions

1
tile.c
View File

@ -1,3 +1,4 @@
#include "stdafx.h"
#include "tile.h"
void SetMapExtraBits(TileIndex tile, byte bits)

View File

@ -341,6 +341,10 @@ SOURCE=.\strings.c
SOURCE=.\texteff.c
# End Source File
# Begin Source File
SOURCE=.\tile.c
# End Source File
# Begin Source File
SOURCE=.\ttd.c
# End Source File
@ -529,6 +533,10 @@ SOURCE=.\station.h
SOURCE=.\StdAfx.h
# End Source File
# Begin Source File
SOURCE=.\tile.h
# End Source File
# Begin Source File
SOURCE=.\town.h
# End Source File

View File

@ -907,6 +907,9 @@
BasicRuntimeChecks="3"/>
</FileConfiguration>
</File>
<File
RelativePath=".\tile.c">
</File>
<File
RelativePath="ttd.c">
<FileConfiguration
@ -1238,6 +1241,9 @@
<File
RelativePath="StdAfx.h">
</File>
<File
RelativePath=".\tile.h">
</File>
<File
RelativePath=".\town.h">
</File>