1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

(svn r14742) -Codechange: use SmallMap in two cases to reduce compilation time and binary size

This commit is contained in:
smatz
2008-12-26 13:50:46 +00:00
parent 435d920448
commit 2e2086f3f8
6 changed files with 121 additions and 11 deletions

View File

@@ -1707,6 +1707,10 @@
RelativePath=".\..\src\core\random_func.hpp"
>
</File>
<File
RelativePath=".\..\src\core\smallmap_type.hpp"
>
</File>
<File
RelativePath=".\..\src\core\smallvec_type.hpp"
>

View File

@@ -1704,6 +1704,10 @@
RelativePath=".\..\src\core\random_func.hpp"
>
</File>
<File
RelativePath=".\..\src\core\smallmap_type.hpp"
>
</File>
<File
RelativePath=".\..\src\core\smallvec_type.hpp"
>