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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user