diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-28 16:34:00 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-28 16:34:00 +0100 |
commit | d0b00799405870f207af00ac21800bd0f2f13854 (patch) | |
tree | 740aa6dcf53a4f2f0b8d2b0e25324687f9e15ad0 /include | |
parent | 9e08dc86b8b9fa9830574ff6116d4af5541fc47e (diff) |
add missing Magnum header wrapper
Diffstat (limited to 'include')
-rw-r--r-- | include/mg/BatchMath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mg/BatchMath.h b/include/mg/BatchMath.h new file mode 100644 index 00000000..0124e922 --- /dev/null +++ b/include/mg/BatchMath.h @@ -0,0 +1,2 @@ +#pragma once +#include <Magnum/Math/FunctionsBatch.h> |