X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=48e06ae1d3394aabac4916e46af371210df2b848;hp=fa422cafd8ee206c299023d8908a62430747f4ac;hb=cb586ba720ddae3c6d05ba1723b5bd4d58bc98bd;hpb=1477a6b1b3a60b5a3b5ef82eb1e61b7df0984249 diff --git a/src/libgame/system.h b/src/libgame/system.h index fa422caf..48e06ae1 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1294,6 +1294,12 @@ struct XY int x, y; }; +struct XYTileSize +{ + int x, y; + int tile_size; +}; + struct Rect { int x, y;