diff options
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | source.list | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 9b17f97be..f95c9977b 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -417,6 +417,9 @@ RelativePath=".\..\src\depot.h"> </File> <File + RelativePath=".\..\src\direction.h"> + </File> + <File RelativePath=".\..\src\music\dmusic.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 37a7af0cc..1dce3d9be 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -784,6 +784,10 @@ > </File> <File + RelativePath="..\src\direction.h" + > + </File> + <File RelativePath=".\..\src\music\dmusic.h" > </File> diff --git a/source.list b/source.list index 1f7f1f1e9..a7bfb2ebf 100644 --- a/source.list +++ b/source.list @@ -106,6 +106,7 @@ date.h debug.h video/dedicated_v.h depot.h +direction.h music/dmusic.h driver.h economy.h |