diff options
author | frosch <frosch@openttd.org> | 2012-07-29 16:44:39 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-07-29 16:44:39 +0000 |
commit | 4c9f65800be7f5a05722c18c559d74e3c1fe6711 (patch) | |
tree | be8dd6b362953262d278218bb8569cf13e158fa1 /projects/openttd_vs80.vcproj | |
parent | 77b5e7254118049bb5d7332b67a151f402ec31c9 (diff) | |
download | openttd-4c9f65800be7f5a05722c18c559d74e3c1fe6711.tar.xz |
(svn r24442) -Codechange: Split some members of Vehicle into a new class BaseConsist.
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 310b64dc8..c6e3e595f 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -539,6 +539,10 @@ > </File> <File + RelativePath=".\..\src\base_consist.cpp" + > + </File> + <File RelativePath=".\..\src\gamelog.cpp" > </File> @@ -1031,6 +1035,10 @@ > </File> <File + RelativePath=".\..\src\base_consist.h" + > + </File> + <File RelativePath=".\..\src\gamelog.h" > </File> |