X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=6a50cea025ebab4399e7c1b9b4f583d3195fa6f3;hp=081471abf6c3cfad0830596668c2398fe56fa818;hb=c0f3e2e3c8f0c8b88fca68375d0b942bda8ffcbf;hpb=eb36b303b324ea691974f036677cdfb28b6f5385 diff --git a/src/libgame/system.h b/src/libgame/system.h index 081471ab..6a50cea0 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -984,6 +984,12 @@ struct XY int x, y; }; +struct Rect +{ + int x, y; + int width, height; +}; + /* ========================================================================= */ /* exported variables */