mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-08 08:06:35 +01:00
Implement Conway's Game of Life
This commit is contained in:
@@ -801,6 +801,7 @@ void snake_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