fix: header protection
This commit is contained in:
parent
bfe50f75fe
commit
8e2ccebe69
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