rnd-20060812-2-src
[rocksndiamonds.git] / src / libgame / system.h
index 662ca5498897d7431a6a75322617585afcec4142..967a41e476a55340a05d5e498d8f8a3ea9be3243 100644 (file)
@@ -979,6 +979,11 @@ struct ArtworkListInfo
   void (*free_artwork)(void *);                        /* destructor function */
 };
 
+struct XY
+{
+  int x, y;
+};
+
 
 /* ========================================================================= */
 /* exported variables                                                        */