summaryrefslogtreecommitdiff
path: root/src/maths/geometry.h
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-25 11:02:46 +1100
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-25 11:02:46 +1100
commit4b9ab2ec5acf2ecf2e96c38733a835b964664171 (patch)
tree3a20f08c99e9f5036bccf7916cec56fbb7fd0ec0 /src/maths/geometry.h
parent1e1facd09ade50ffaf421cffe53ff7ddddab2793 (diff)
add an arena allocator first impl
Diffstat (limited to 'src/maths/geometry.h')
-rw-r--r--src/maths/geometry.h2
1 files changed, 1 insertions, 1 deletions
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