Feature: Allow base sounds set to be changed mid-game. (#12399)

This commit is contained in:
Peter Nelson
2024-04-01 17:54:42 +01:00
committed by GitHub
parent 3d2a8fb60c
commit d68e5159e1
5 changed files with 51 additions and 8 deletions

View File

@@ -14,6 +14,8 @@
#include "vehicle_type.h"
#include "tile_type.h"
void ChangeSoundSet(int index);
void SndPlayTileFx(SoundID sound, TileIndex tile);
void SndPlayVehicleFx(SoundID sound, const Vehicle *v);
void SndPlayFx(SoundID sound);