summaryrefslogtreecommitdiff
path: root/Runtime/Math/Matrix44.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-29 09:19:59 +0800
committerchai <chaifix@163.com>2021-10-29 09:19:59 +0800
commit1f92d4c389cceba6f90261d9cb29885c8a3ca24c (patch)
treec367529724630f281c97d4d10cb8ddcdb23b69e3 /Runtime/Math/Matrix44.h
parent720e718186e6ec0e76bc08a9cedf9f08afc5e904 (diff)
*misc
Diffstat (limited to 'Runtime/Math/Matrix44.h')
-rw-r--r--Runtime/Math/Matrix44.h9
1 files changed, 9 insertions, 0 deletions
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
+ {
+
+ };
+}