Coding style

This commit is contained in:
Anonymus Raccoon
2020-03-27 14:45:32 +01:00
parent 599ee71770
commit 146fbb43db
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -33,4 +33,6 @@ gc_vector2 p2, gc_vector2 q2);
//! @param p Position of the point to check
bool is_point_in_polygon(gc_vector2 *polygon, int n, gc_vector2 p);
#define INF 10000
#endif //MY3D_TILE_COLLISION_MANAGER_H