diff options
author | yexo <yexo@openttd.org> | 2009-03-21 23:16:09 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-03-21 23:16:09 +0000 |
commit | 0f7b9af9fa028fb860162ba510bc2ac4f7b07c93 (patch) | |
tree | 88fc467b9603e0589a3f0f15a5cc766fd89c4dcd /projects | |
parent | f11300d1f95afd4aef64f994aecaaa5af446bf04 (diff) | |
download | openttd-0f7b9af9fa028fb860162ba510bc2ac4f7b07c93.tar.xz |
(svn r15795) -Codechange: Move the settings table from settings.cpp to table/settings.h. Patch breaking time :)
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 61ab031b8..2a68c0974 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2228,6 +2228,10 @@ > </File> <File + RelativePath=".\..\src\table\settings.h" + > + </File> + <File RelativePath=".\..\src\table\sprites.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 0c715ad45..1724d95a5 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2225,6 +2225,10 @@ > </File> <File + RelativePath=".\..\src\table\settings.h" + > + </File> + <File RelativePath=".\..\src\table\sprites.h" > </File> |