X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=2ca0021fb6d224ad9bbe5a7466fef9d1304daea2;hp=2fd5e97b7fde94f66eaaf79d4da28450a4c0aeb0;hb=4a1cf573aae3a92b4ca910482d425e8b789b32eb;hpb=092cfc403b3bcf3a390e961f594f28056b5f6aec diff --git a/src/libgame/system.h b/src/libgame/system.h index 2fd5e97b..2ca0021f 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -321,6 +321,7 @@ #define STYLE_NONE 0 #define STYLE_ACCURATE_BORDERS (1 << 0) #define STYLE_INNER_CORNERS (1 << 1) +#define STYLE_REVERSE (1 << 2) #define STYLE_DEFAULT STYLE_NONE @@ -1415,6 +1416,10 @@ struct TextPosInfo boolean draw_player; /* special case for network player buttons */ int sort_priority; /* also used for suffix ".draw_order" */ int id; + + int direction; /* needed for panel time/health graphics */ + int class; /* needed for panel time/health graphics */ + int style; /* needed for panel time/health graphics */ }; struct LevelStats