d_lyt_meter_shield_gauge OK

This commit is contained in:
robojumper
2025-04-15 22:28:43 +02:00
parent ba4a58df23
commit dab6fe2997
7 changed files with 423 additions and 41 deletions
+1
View File
@@ -6472,6 +6472,7 @@ enum WZSound {
class SmallSoundManager {
public:
void playSound(WZSound id);
void playSoundWithPitch(WZSound id, f32 pitch);
void playButtonPressSoundWhenAdvancingTextBoxes(f32);
static SmallSoundManager *GetInstance() {