mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
add place sound effect
This commit is contained in:
@@ -27,6 +27,7 @@ typedef struct {
|
||||
struct gametime time;
|
||||
audiodevice* audio_device;
|
||||
audiodata music;
|
||||
audiodata place_sfx;
|
||||
time_t timer_music;
|
||||
time_t timer_update;
|
||||
time_t timer_input;
|
||||
|
||||
Reference in New Issue
Block a user