X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=5d5e887d4857270541ce491bd39c2e3a88128102;hp=65e0375a75e9db07ba9dc6dcc0485c291486deaf;hb=4a1cf573aae3a92b4ca910482d425e8b789b32eb;hpb=092cfc403b3bcf3a390e961f594f28056b5f6aec diff --git a/src/game.h b/src/game.h index 65e0375a..5d5e887d 100644 --- a/src/game.h +++ b/src/game.h @@ -57,6 +57,9 @@ struct GamePanelInfo struct TextPosInfo time_hh; struct TextPosInfo time_mm; struct TextPosInfo time_ss; + struct TextPosInfo time_anim; + struct TextPosInfo health; + struct TextPosInfo health_anim; struct TextPosInfo frame; struct TextPosInfo shield_normal; struct TextPosInfo shield_normal_time;