Formatting

This commit is contained in:
2020-11-22 23:48:45 +01:00
parent a5bcb3f547
commit 346b8ce384
2 changed files with 12 additions and 7 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ protected:
};
SDLPPSCOPE bool infinityIntersection( const SDLPP::CollisionPolygon &infinite,
const SDLPP::CollisionPolygon &other );
const SDLPP::CollisionPolygon &other );
SDLPPSCOPE bool intersects( const SDLPP::CollisionPolygon &p1,
const SDLPP::CollisionPolygon &p2 );
const SDLPP::CollisionPolygon &p2 );
} // namespace SDLPP
#endif