diff options
Diffstat (limited to 'Runtime/Math/Matrix44.h')
-rw-r--r-- | Runtime/Math/Matrix44.h | 9 |
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 + { + + }; +} |