From 4b9ab2ec5acf2ecf2e96c38733a835b964664171 Mon Sep 17 00:00:00 2001 From: Omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:02:46 +1100 Subject: add an arena allocator first impl --- src/maths/geometry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/maths') diff --git a/src/maths/geometry.h b/src/maths/geometry.h index 6f4797b..937c38a 100644 --- a/src/maths/geometry.h +++ b/src/maths/geometry.h @@ -4,7 +4,7 @@ * @brief Shapes and intersections between them * @version 0.1 * @date 2024-02-24 - * + * * @copyright Copyright (c) 2024 */ #pragma once -- cgit v1.2.3-70-g09d2