summaryrefslogtreecommitdiff
path: root/Runtime/Math
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Math')
-rw-r--r--Runtime/Math/Matrix44.cpp0
-rw-r--r--Runtime/Math/Matrix44.h9
2 files changed, 9 insertions, 0 deletions
diff --git a/Runtime/Math/Matrix44.cpp b/Runtime/Math/Matrix44.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Runtime/Math/Matrix44.cpp
diff --git a/Runtime/Math/Matrix44.h b/Runtime/Math/Matrix44.h
new file mode 100644
index 0000000..1ec92fd
--- /dev/null
+++ b/Runtime/Math/Matrix44.h
@@ -0,0 +1,9 @@
+#pragma once
+
+namespace Internal
+{
+ class Matrix44
+ {
+
+ };
+}