improved handling mouse actions (for MM engine)
[rocksndiamonds.git] / src / libgame / system.h
index 2ca0021fb6d224ad9bbe5a7466fef9d1304daea2..cc9e45d930fd280de9d59457533e48272c71824b 100644 (file)
@@ -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;