diff options
author | belugas <belugas@openttd.org> | 2007-04-04 02:02:49 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-04-04 02:02:49 +0000 |
commit | 9b6bf9bd161c89d3d97d1f00fb093e5a671dd267 (patch) | |
tree | 1178e3067291638b3735d1a4cf2effe9f4c7c039 | |
parent | dfe5533db674cf2f21652f91cf626831a22344ec (diff) | |
download | openttd-9b6bf9bd161c89d3d97d1f00fb093e5a671dd267.tar.xz |
(svn r9557) -Codechange: Add a forgotten file to the project lists
-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 |