mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
8 lines
183 B
C++
8 lines
183 B
C++
#ifndef TEMPEST_MATRIX_HPP
|
|
#define TEMPEST_MATRIX_HPP
|
|
|
|
#include "tempest/matrix/C33Matrix.hpp"
|
|
#include "tempest/matrix/C34Matrix.hpp"
|
|
#include "tempest/matrix/C44Matrix.hpp"
|
|
|
|
#endif
|