mirror of https://github.com/OpenTTD/OpenTTD
(svn r1717) -Fix: some compilation problems for braindead VS6 and added missing files to project (thx bociusz)
parent
f2af1ed332
commit
797355cb7e
1
tile.c
1
tile.c
|
@ -1,3 +1,4 @@
|
||||||
|
#include "stdafx.h"
|
||||||
#include "tile.h"
|
#include "tile.h"
|
||||||
|
|
||||||
void SetMapExtraBits(TileIndex tile, byte bits)
|
void SetMapExtraBits(TileIndex tile, byte bits)
|
||||||
|
|
8
ttd.dsp
8
ttd.dsp
|
@ -341,6 +341,10 @@ SOURCE=.\strings.c
|
||||||
SOURCE=.\texteff.c
|
SOURCE=.\texteff.c
|
||||||
# End Source File
|
# End Source File
|
||||||
|
|
||||||
|
# Begin Source File
|
||||||
|
SOURCE=.\tile.c
|
||||||
|
# End Source File
|
||||||
|
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
SOURCE=.\ttd.c
|
SOURCE=.\ttd.c
|
||||||
# End Source File
|
# End Source File
|
||||||
|
@ -529,6 +533,10 @@ SOURCE=.\station.h
|
||||||
SOURCE=.\StdAfx.h
|
SOURCE=.\StdAfx.h
|
||||||
# End Source File
|
# End Source File
|
||||||
|
|
||||||
|
# Begin Source File
|
||||||
|
SOURCE=.\tile.h
|
||||||
|
# End Source File
|
||||||
|
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
SOURCE=.\town.h
|
SOURCE=.\town.h
|
||||||
# End Source File
|
# End Source File
|
||||||
|
|
|
@ -907,6 +907,9 @@
|
||||||
BasicRuntimeChecks="3"/>
|
BasicRuntimeChecks="3"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\tile.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="ttd.c">
|
RelativePath="ttd.c">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
@ -1238,6 +1241,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="StdAfx.h">
|
RelativePath="StdAfx.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\tile.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\town.h">
|
RelativePath=".\town.h">
|
||||||
</File>
|
</File>
|
||||||
|
|
Loading…
Reference in New Issue