X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=228ca5a63b0d6b92f462b95ba6259921e22ae57f;hb=a9e8a4cac51cb2856f339d84bab5e07e8be75037;hp=8cc19c8f2d9b12921c02617f0b57988ab775cb0e;hpb=38a107846ee06e0643bc50ee270962b3c8872cb0;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 8cc19c8f..228ca5a6 100644 --- a/src/main.h +++ b/src/main.h @@ -2497,6 +2497,7 @@ enum GFX_ARG_SORT_PRIORITY, GFX_ARG_CLASS, GFX_ARG_STYLE, + GFX_ARG_ALPHA, GFX_ARG_ACTIVE_XOFFSET, GFX_ARG_ACTIVE_YOFFSET, GFX_ARG_PRESSED_XOFFSET, @@ -3743,6 +3744,7 @@ struct GraphicInfo int class; int style; + int alpha; int active_xoffset; int active_yoffset;