X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=cc9e45d930fd280de9d59457533e48272c71824b;hb=7e68d10c8f4c814e532cc30f6fc721c269a99cb6;hp=2ca0021fb6d224ad9bbe5a7466fef9d1304daea2;hpb=4a1cf573aae3a92b4ca910482d425e8b789b32eb;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 2ca0021f..cc9e45d9 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1422,6 +1422,12 @@ struct TextPosInfo int style; /* needed for panel time/health graphics */ }; +struct MouseActionInfo +{ + int lx, ly; + int button; +}; + struct LevelStats { int played;