diff --git a/source/types/Vector.h b/source/types/Vector.h index 1205079..ba0f026 100644 --- a/source/types/Vector.h +++ b/source/types/Vector.h @@ -5,8 +5,8 @@ * Author: Felix */ -#ifndef VECTOR_H_ -#define VECTOR_H_ +#ifndef DG_VECTOR_H_ +#define DG_VECTOR_H_ #include @@ -80,5 +80,4 @@ angle(float in) { return Vector2f(sin(in), cos(in)); } - -#endif /* VECTOR_H_ */ +#endif /* DG_VECTOR_H_ */