cleanup on aisle everywhere

This commit is contained in:
2021-08-02 18:18:04 -04:00
parent fde99ef76b
commit 586a774cde
4 changed files with 1 additions and 18 deletions

View File

@ -18,7 +18,6 @@ class Collision
public:
static bool AABB(const SDL_Rect& recA, const SDL_Rect& recB);
static bool AABB(const ColliderComponent& colA, const ColliderComponent& colB);
// void showColType();
};