1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 02:49:10 +00:00

(svn r12763) -Fix: some headers were missing/still included in the MSVC project files.

This commit is contained in:
rubidium
2008-04-18 09:40:00 +00:00
parent acafc26426
commit 8fa715e43b
3 changed files with 3 additions and 12 deletions

View File

@@ -1179,10 +1179,6 @@
RelativePath=".\..\src\newgrf_storage.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_string_type.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_text.h"
>
@@ -2296,7 +2292,7 @@
>
</File>
<File
RelativePath=".\..\src\misc\smallveh.h"
RelativePath=".\..\src\misc\smallvec.h"
>
</File>
<File

View File

@@ -1176,10 +1176,6 @@
RelativePath=".\..\src\newgrf_storage.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_string_type.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_text.h"
>
@@ -2293,7 +2289,7 @@
>
</File>
<File
RelativePath=".\..\src\misc\smallveh.h"
RelativePath=".\..\src\misc\smallvec.h"
>
</File>
<File

View File

@@ -216,7 +216,6 @@ newgrf_sound.h
newgrf_spritegroup.h
newgrf_station.h
newgrf_storage.h
newgrf_string_type.h
newgrf_text.h
newgrf_town.h
newgrf_townname.h
@@ -521,7 +520,7 @@ misc/dbg_helpers.cpp
misc/dbg_helpers.h
misc/fixedsizearray.hpp
misc/hashtable.hpp
misc/smallveh.h
misc/smallvec.h
misc/str.hpp
misc/strapi.hpp