X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=9d3e578ab55003c5a23a286161d75f538325aac1;hb=548bc4ec64319d780a7bc38a6d0141bf526c7e16;hp=0f6f06562203f7f528b35f9086c62c834485135d;hpb=e618ade7dbf72d9ee207ff02ec6f79745234aa0d;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 0f6f0656..9d3e578a 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1008,6 +1008,23 @@ struct Rect int width, height; }; +#if 1 +struct MenuPosInfo +{ + int x, y; + int width, height; + int align; +}; + +struct TextPosInfo +{ + int x, y; + int width, height; + int align; + int chars; +}; +#endif + /* ========================================================================= */ /* exported variables */