summaryrefslogtreecommitdiffhomepage
path: root/LongVector3.h
diff options
context:
space:
mode:
Diffstat (limited to 'LongVector3.h')
-rw-r--r--LongVector3.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/LongVector3.h b/LongVector3.h
new file mode 100644
index 0000000..c4faa10
--- /dev/null
+++ b/LongVector3.h
@@ -0,0 +1,9 @@
+#pragma once
+
+
+struct LongVector3
+{
+ long double x;
+ long double y;
+ long double z;
+};