5 lines
94 B
C++
5 lines
94 B
C++
|
#pragma once
|
||
|
|
||
|
#include "math/scalar.hpp"
|
||
|
#include "math/vector.hpp"
|
||
|
#include "math/matrix.hpp"
|