diff options
author | HampusM <hampus@hampusmat.com> | 2022-01-24 22:40:42 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-01-24 22:40:42 +0100 |
commit | 2fbe2c72979e1470c85b8ff631e42e0594bd523c (patch) | |
tree | 9a48f099d8f9698a92eb8296e396315449517249 /src/matrix.hpp | |
parent | 9f685c302a52f0801ca2f03fc03db3cae61ad3e9 (diff) |
refactor: use #pragma once
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 |