diff options
author | rubidium <rubidium@openttd.org> | 2008-05-24 10:15:06 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-24 10:15:06 +0000 |
commit | 6c20f77330468a954ca2abcd396ab4135ea176fd (patch) | |
tree | 72e249a3b2b47077b3e38cac1908b6058e9a94f8 /projects | |
parent | 0c47d3fc14f9e81226001a2824a14164184c7d94 (diff) | |
download | openttd-6c20f77330468a954ca2abcd396ab4135ea176fd.tar.xz |
(svn r13228) -Codechange: split console.h.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 14 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 14 |
2 files changed, 26 insertions, 2 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 6d2e7f75c..c5c799b15 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -876,7 +876,19 @@ > </File> <File - RelativePath=".\..\src\console.h" + RelativePath=".\..\src\console_func.h" + > + </File> + <File + RelativePath=".\..\src\console_gui.h" + > + </File> + <File + RelativePath=".\..\src\console_internal.h" + > + </File> + <File + RelativePath=".\..\src\console_type.h" > </File> <File diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 66057d648..6ba4ef986 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -873,7 +873,19 @@ > </File> <File - RelativePath=".\..\src\console.h" + RelativePath=".\..\src\console_func.h" + > + </File> + <File + RelativePath=".\..\src\console_gui.h" + > + </File> + <File + RelativePath=".\..\src\console_internal.h" + > + </File> + <File + RelativePath=".\..\src\console_type.h" > </File> <File |