forked from mirror/OpenTTD
(svn r13575) -Codechange: Move small vector to core since it fits better in there
-Codechange: convert smallvector from struct to class
This commit is contained in:
@@ -1451,6 +1451,10 @@
|
||||
RelativePath=".\..\src\slope_type.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\core\smallvec_type.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\core\sort_func.hpp"
|
||||
>
|
||||
@@ -2403,10 +2407,6 @@
|
||||
RelativePath=".\..\src\misc\hashtable.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\smallvec.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\str.hpp"
|
||||
>
|
||||
|
@@ -1448,6 +1448,10 @@
|
||||
RelativePath=".\..\src\slope_type.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\core\smallvec_type.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\core\sort_func.hpp"
|
||||
>
|
||||
@@ -2400,10 +2404,6 @@
|
||||
RelativePath=".\..\src\misc\hashtable.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\smallvec.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\str.hpp"
|
||||
>
|
||||
|
Reference in New Issue
Block a user