]> git.friedersdorff.com Git - max/gol.git/blobdiff - array.h
First working implementation
[max/gol.git] / array.h
diff --git a/array.h b/array.h
index 4cbadce0680b4ac767a303e9997fa86e266e59f0..dad89ba3c9bcdd88aa82ab33efb836436d027dc9 100644 (file)
--- a/array.h
+++ b/array.h
@@ -23,7 +23,7 @@ struct gol_board {
 /*
  * Check that a cell located at (x,y) in the game board is live.
  */
-int gol_is_live(struct gol_board *state, int_least32_t x, int_least32_t y);
+int gol_is_live(struct gol_board *state, int_least32_t x, int_least32_t y, char *is_live);
 
 /*
  * Append the coordinates of the live cell to the array.