This commit is contained in:
Wojtek Figat
2021-07-06 15:33:28 +02:00
parent 1c012a202e
commit 9f9d946d69
3 changed files with 7 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
#pragma once
#include "../Collections/Array.h"
#include "Engine/Core/Math/Math.h"
/// <summary>
/// Template for dynamic array with variable capacity that uses fixed size memory chunks for data storage rather than linear allocation.