forked from mirror/OpenTTD
(svn r1717) -Fix: some compilation problems for braindead VS6 and added missing files to project (thx bociusz)
This commit is contained in:
1
tile.c
1
tile.c
@@ -1,3 +1,4 @@
|
||||
#include "stdafx.h"
|
||||
#include "tile.h"
|
||||
|
||||
void SetMapExtraBits(TileIndex tile, byte bits)
|
||||
|
8
ttd.dsp
8
ttd.dsp
@@ -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
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user