diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index e7379545f..fe138c330 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -546,6 +546,9 @@ RelativePath=".\..\src\newgrf_industries.h"> </File> <File + RelativePath=".\..\src\newgrf_industrytiles.h"> + </File> + <File RelativePath=".\..\src\newgrf_sound.h"> </File> <File @@ -1049,6 +1052,9 @@ RelativePath=".\..\src\newgrf_industries.cpp"> </File> <File + RelativePath=".\..\src\newgrf_industrytiles.cpp"> + </File> + <File RelativePath=".\..\src\newgrf_sound.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 613a61330..016f7fc56 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -956,6 +956,10 @@ > </File> <File + RelativePath="..\src\newgrf_industrytiles.h" + > + </File> + <File RelativePath=".\..\src\newgrf_sound.h" > </File> @@ -1616,6 +1620,10 @@ > </File> <File + RelativePath="..\src\newgrf_industrytiles.cpp" + > + </File> + <File RelativePath=".\..\src\newgrf_sound.cpp" > </File> |