aboutsummaryrefslogtreecommitdiff
path: root/include/nv
diff options
context:
space:
mode:
authorDmitry Duka <[email protected]>2017-09-13 21:36:04 +0300
committerDmitry Duka <[email protected]>2017-09-13 21:36:04 +0300
commit0b3e42ce3124b0dd84fd16ae0cb5c85eaee41cc8 (patch)
treea8d1b2dbb71532871e95da756eb17bcb7d09e0c3 /include/nv
parentPulling latest Ansel SDK 1.4 into master (diff)
downloadanselsdk-0b3e42ce3124b0dd84fd16ae0cb5c85eaee41cc8.tar.xz
anselsdk-0b3e42ce3124b0dd84fd16ae0cb5c85eaee41cc8.zip
Updating Ansel SDK to the latest revisionv1.4.339
Diffstat (limited to 'include/nv')
-rw-r--r--include/nv/Quat.h20
-rw-r--r--include/nv/Vec3.h22
2 files changed, 21 insertions, 21 deletions
diff --git a/include/nv/Quat.h b/include/nv/Quat.h
index 94a4b44..c861d49 100644
--- a/include/nv/Quat.h
+++ b/include/nv/Quat.h
@@ -1,10 +1,10 @@
-#pragma once
-
-namespace nv
-{
- struct Quat
- {
- float x, y, z, w;
- };
-}
-
+#pragma once
+
+namespace nv
+{
+ struct Quat
+ {
+ float x, y, z, w;
+ };
+}
+
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