optimize clearing lines by using pointers to define the row order

This commit is contained in:
2025-01-29 11:56:07 +01:00
parent 1a342d764c
commit d0ba27ee0f
5 changed files with 59 additions and 32 deletions

View File

@@ -43,8 +43,8 @@ static void init(void) {
return;
}
// set a random seed using the system clock
srand(time(NULL));
// initialize the game
game_init(&game_data);
// initialize audio
// AudioDevice* audio_device = audio_device_init(32000, AUDIO_S16, 1, 4096);