rnd-20070124-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 0f6f06562203f7f528b35f9086c62c834485135d..9d3e578ab55003c5a23a286161d75f538325aac1 100644 (file)
@@ -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                                                        */