aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/types.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-28 13:01:07 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-28 13:01:14 +0100
commit63bce3dd21c82e2b4e45c07934d5a26684cdaa93 (patch)
treea46da0cb575fa21add7b07f2784c7889e4bc2771 /src/crepe/types.h
parent2a2a3391ff0b449602825c3182af33c2ff52abc0 (diff)
parent85aa57e33d493502b05984ce44db6c68f627a6f2 (diff)
merge `master`
Diffstat (limited to 'src/crepe/types.h')
-rw-r--r--src/crepe/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/types.h b/src/crepe/types.h
index 17f1619..69cc526 100644
--- a/src/crepe/types.h
+++ b/src/crepe/types.h
@@ -27,4 +27,4 @@ typedef Vector2<float> vec2;
//! Default Vector2<double> type
typedef Vector2<double> dvec2;
-} // namespace crepe
+}; // namespace crepe