X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=1718f8357a61448cb2cb43868cb55521741c5b5a;hb=38ea4e57bc9b730abf7a15f8cc235465e6f0ad4c;hp=71ad7a0a3b8084c0296b9464c340b8522f15613d;hpb=2447100f7c3eacf4361973fa90814d9bd0e2b055;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 71ad7a0a..1718f835 100644 --- a/src/game.h +++ b/src/game.h @@ -20,8 +20,21 @@ #define MAX_NUM_KEYS 8 +struct GamePanelInfo +{ + struct XY level; + struct XY gems; + struct XY inventory; + struct XY keys; + struct XY score; + struct XY time; +}; + struct GameInfo { + /* values for control panel */ + struct GamePanelInfo panel; + /* values for engine initialization */ int default_push_delay_fixed; int default_push_delay_random;