mirror of https://github.com/OpenTTD/OpenTTD
(svn r12763) -Fix: some headers were missing/still included in the MSVC project files.
parent
acafc26426
commit
8fa715e43b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue