1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 16:46:34 +01:00

Implement Conway's Game of Life

This commit is contained in:
jfreegman
2021-06-01 23:00:00 -04:00
parent c293fbe0c7
commit 5e67571908
8 changed files with 659 additions and 7 deletions

View File

@@ -1593,6 +1593,7 @@ void cent_cb_kill(GameData *game, void *cb_data)
game_set_cb_update_state(game, NULL, NULL);
game_set_cb_render_window(game, NULL, NULL);
game_set_cb_kill(game, NULL, NULL);
game_set_cb_on_keypress(game, NULL, NULL);
game_set_cb_on_pause(game, NULL, NULL);
}