diff options
Diffstat (limited to 'src/matrix.hpp')
-rw-r--r-- | src/matrix.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/matrix.hpp b/src/matrix.hpp index 83f9fc2..d754c31 100644 --- a/src/matrix.hpp +++ b/src/matrix.hpp @@ -1,5 +1,4 @@ -#ifndef MATRIX_HPP -#define MATRIX_HPP +#pragma once #include "vector2.hpp" #include <vector> @@ -64,4 +63,3 @@ private: #include "matrix.tpp" -#endif |