Skip to content

Commit

Permalink
Merge PFD/HITBOX/COLLISION
Browse files Browse the repository at this point in the history
  • Loading branch information
aTxr committed Jan 19, 2022
1 parent f4b8c6b commit 7744a88
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
7 changes: 0 additions & 7 deletions include/phx/force.h

This file was deleted.

2 changes: 1 addition & 1 deletion include/phx/hitbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ class Hitbox{
std::vector<std::pair<unsigned int, unsigned int>> getHitbox();
};

#endif
#endif
5 changes: 0 additions & 5 deletions include/phx/phx.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@

Vel updateCinematics(PhysicalEntity const);

class Hitbox {
private:
std::vector<Vec> m_vertices;
};

#endif
6 changes: 0 additions & 6 deletions include/phx/toolbox.h

This file was deleted.

0 comments on commit 7744a88

Please sign in to comment.