X-Git-Url: https://eleni.mutantstargoat.com/git/?p=winnie;a=blobdiff_plain;f=src%2Fgfx.h;h=8734e2d2b749fa9497609ca8a5d3e3ba3b19b612;hp=7868b012888276963492fde35305045dceac9d5a;hb=fb1f0ff6ab479c68cbac5c2d55de5c2beb229efd;hpb=0860ce537422597075fbc63ddcc9a73303362a93 diff --git a/src/gfx.h b/src/gfx.h index 7868b01..8734e2d 100644 --- a/src/gfx.h +++ b/src/gfx.h @@ -1,12 +1,7 @@ #ifndef GFX_H_ #define GFX_H_ -struct Rect { - int x; - int y; - int width; - int height; -}; +#include "geom.h" bool init_gfx(); void destroy_gfx();