X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=999315935061e2848a37ede786be9b22e6e32aea;hb=4231c290a878b5fb95bffdf78b5486359ce1268f;hp=c0e5d776a10fdfec799160a73a29ae0735107276;hpb=7b387b9e5e8095a01c18ea041f19d71be83146b9;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index c0e5d776..99931593 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1052,6 +1052,9 @@ struct TextPosInfo int align, valign; int size; int font, font_alt; + boolean draw_masked; + int sort_priority; + int id; };