X-Git-Url: https://eleni.mutantstargoat.com/git/?p=winnie;a=blobdiff_plain;f=src%2Fgeom.h;h=8b596ceec142eed73b047f4343d50fb709e9fc91;hp=c294b545ad08584eb1664c1903c2c427a4411a9c;hb=d114b136897ca569d819da5f9b75bd08f9cbe2c0;hpb=8a92836b3af157fd47c657cfe546887e5f5683a8 diff --git a/src/geom.h b/src/geom.h index c294b54..8b596ce 100644 --- a/src/geom.h +++ b/src/geom.h @@ -2,14 +2,11 @@ #define GEOM_H_ struct Rect { - int x, y; + mutable int x, y; 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_