fix: header protection
This commit is contained in:
parent
4b556e16a0
commit
97216c3efa
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef VECTPR2_HPP
|
#ifndef VECTOR2_HPP
|
||||||
#define VECTOR2_HPP
|
#define VECTOR2_HPP
|
||||||
|
|
||||||
class Vector2 {
|
class Vector2 {
|
||||||
|
|
@ -25,4 +25,4 @@ private:
|
||||||
double y;
|
double y;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue