X-Git-Url: http://git.mutantstargoat.com?p=winnie;a=blobdiff_plain;f=src%2Fgeom.h;h=9c00b41b2c6df5d6cd5496505715b49439e77a68;hp=c294b545ad08584eb1664c1903c2c427a4411a9c;hb=18aa4e842c332f25b041cc8b2e47090539197113;hpb=8a92836b3af157fd47c657cfe546887e5f5683a8 diff --git a/src/geom.h b/src/geom.h index c294b54..9c00b41 100644 --- a/src/geom.h +++ b/src/geom.h @@ -6,10 +6,7 @@ struct Rect { int width, height; }; -// TODO probably need to implement something like this: -/* Rect rect_union(const Rect &a, const Rect &b); Rect rect_intersection(const Rect &a, const Rect &b); -*/ #endif // GEOM_H_