diff options
author | Nao Pross <naopross@thearcway.org> | 2019-02-07 17:52:29 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2019-02-07 17:52:29 +0100 |
commit | 3824f1abf382cc6b22b84aadb97e6e9fa564225f (patch) | |
tree | dbdafabc33a0aa872351a1943730e0883c5e8ed9 /mmmatrix.cpp | |
parent | Change public headers directory (include) structure (diff) | |
download | libmm-3824f1abf382cc6b22b84aadb97e6e9fa564225f.tar.gz libmm-3824f1abf382cc6b22b84aadb97e6e9fa564225f.zip |
Add initial implementation for mmmatrix and update to build.ninja
Diffstat (limited to 'mmmatrix.cpp')
-rw-r--r-- | mmmatrix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mmmatrix.cpp b/mmmatrix.cpp new file mode 100644 index 0000000..a352413 --- /dev/null +++ b/mmmatrix.cpp @@ -0,0 +1 @@ +#include "mmmatrix.hpp" |