mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2026-02-04 00:49:08 +00:00
6 lines
103 B
C++
6 lines
103 B
C++
#ifndef TEMPEST_MATRIX_HPP
|
|
#define TEMPEST_MATRIX_HPP
|
|
|
|
#include "tempest/matrix/C44Matrix.hpp"
|
|
|
|
#endif
|