-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
aTxr
committed
Jan 19, 2022
1 parent
f4b8c6b
commit 7744a88
Showing
4 changed files
with
1 addition
and
19 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,4 +43,4 @@ class Hitbox{ | |
std::vector<std::pair<unsigned int, unsigned int>> getHitbox(); | ||
}; | ||
|
||
#endif | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,4 @@ | |
|
||
Vel updateCinematics(PhysicalEntity const); | ||
|
||
class Hitbox { | ||
private: | ||
std::vector<Vec> m_vertices; | ||
}; | ||
|
||
#endif |
This file was deleted.
Oops, something went wrong.