diff options
author | alberth <alberth@openttd.org> | 2012-07-15 17:05:17 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2012-07-15 17:05:17 +0000 |
commit | 1d11291071d41712b61983f195f1ba21d9c7ebcb (patch) | |
tree | 90cad3481e2c441d9bd01d7b8e78787c0b11705a /projects/openttd_vs80.vcproj | |
parent | 6821f5cd22bb312ff8b51c08ba67d5fc615c80fc (diff) | |
download | openttd-1d11291071d41712b61983f195f1ba21d9c7ebcb.tar.xz |
(svn r24404) -Add: Data structures for cargo transport monitoring.
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 4e90a232b..59917d8a3 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -455,6 +455,10 @@ > </File> <File + RelativePath=".\..\src\cargomonitor.cpp" + > + </File> + <File RelativePath=".\..\src\cargopacket.cpp" > </File> @@ -835,6 +839,10 @@ > </File> <File + RelativePath=".\..\src\cargomonitor.h" + > + </File> + <File RelativePath=".\..\src\cargopacket.h" > </File> |