mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Add FixedVector template.
This is a high performance `Vector`-like object that can be used if the maximum number of objects is small and known, and the objects are needed only temporarily.
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
#include "tests/core/string/test_translation_server.h"
|
||||
#include "tests/core/templates/test_a_hash_map.h"
|
||||
#include "tests/core/templates/test_command_queue.h"
|
||||
#include "tests/core/templates/test_fixed_vector.h"
|
||||
#include "tests/core/templates/test_hash_map.h"
|
||||
#include "tests/core/templates/test_hash_set.h"
|
||||
#include "tests/core/templates/test_list.h"
|
||||
|
||||
Reference in New Issue
Block a user