aboutsummaryrefslogtreecommitdiff
path: root/include/nv/Vec3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nv/Vec3.h')
-rw-r--r--include/nv/Vec3.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/include/nv/Vec3.h b/include/nv/Vec3.h
index e7e7d86..757b908 100644
--- a/include/nv/Vec3.h
+++ b/include/nv/Vec3.h
@@ -1,12 +1,12 @@
-#pragma once
-
-namespace nv
-{
-
-struct Vec3
-{
- float x, y, z;
-};
-
-
+#pragma once
+
+namespace nv
+{
+
+struct Vec3
+{
+ float x, y, z;
+};
+
+
} // end of nv namspace \ No newline at end of file