X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=86c26eeb9c90b2758ed9b3f10d587ba6aaab380f;hp=22ea2e7ee74e1aa2ae49a9b2d38555d46eec6f25;hb=f73fd0cea8ac4e9836ea9a4c12c89be0acef03ba;hpb=9c92df9586b75ab4afc1345e944108e95e2f8174 diff --git a/src/game.h b/src/game.h index 22ea2e7e..86c26eeb 100644 --- a/src/game.h +++ b/src/game.h @@ -86,16 +86,16 @@ struct GamePanelInfo struct GameButtonInfo { - struct Rect stop; - struct Rect pause; - struct Rect play; + struct XY stop; + struct XY pause; + struct XY play; - struct Rect sound_music; - struct Rect sound_loops; - struct Rect sound_simple; + struct XY sound_music; + struct XY sound_loops; + struct XY sound_simple; - struct Rect save; - struct Rect load; + struct XY save; + struct XY load; }; struct GameInfo