X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fsystem.h;h=c48826373f810021bc18b9df6f663454a5035364;hb=cd6f67fb2096aecb1d43e8684eead6a6232ef768;hp=dd5b1bf1d3413c78c7eb077631f8c1ae0800b9a6;hpb=6e14e0f1251b17881f44fdddc489c19d7ad7a373;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index dd5b1bf1..c4882637 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -169,6 +169,10 @@ #define DRAW_GLOBAL_ANIM_STAGE_1 1 #define DRAW_GLOBAL_ANIM_STAGE_2 2 +/* values for drawing target for global border */ +#define DRAW_BORDER_TO_BACKBUFFER 0 +#define DRAW_BORDER_TO_SCREEN 1 + /* values for move directions and special "button" key bitmasks */ #define MV_NONE 0 #define MV_LEFT (1 << MV_BIT_LEFT)