diff options
Diffstat (limited to 'include/egg/math/eggMatrix.h')
| -rw-r--r-- | include/egg/math/eggMatrix.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/egg/math/eggMatrix.h b/include/egg/math/eggMatrix.h index 9e4112c4..dd944f56 100644 --- a/include/egg/math/eggMatrix.h +++ b/include/egg/math/eggMatrix.h @@ -1,4 +1,5 @@ -#pragma once +#ifndef EGG_MATRIX_H +#define EGG_MATRIX_H #include "egg/math/eggQuat.h" #include "egg/math/eggVector.h" @@ -93,3 +94,5 @@ public: }; } // namespace EGG + +#endif |
