xy exists helper
authorAlexander Fedotov <soyaxhoya@gmail.com>
Mon, 11 Apr 2016 11:56:00 +0000 (12:56 +0100)
committerAlexander Fedotov <soyaxhoya@gmail.com>
Mon, 11 Apr 2016 11:56:00 +0000 (12:56 +0100)
modelchecker/coord.c

index 9d8b2fa..be9d36d 100644 (file)
@@ -157,6 +157,13 @@ bimap *create_bimap_helper(sokoban_screen *screen)
        return bm;
 }
 
+int check_xy_exists(int x, int y, bimap *bm)
+{
+       int res = 0;
+       if (getxy(x, y, bm->f) != NULL) res = 1;
+       return res;
+}
+
 /*
  * Each coordinate has three related boolean variables. The combination of those boolean variables
  * defines tiles: