Extracted staffVolumeDown to seperate file
All checks were successful
Build Code / build (push) Successful in 1m16s

This commit is contained in:
2025-10-22 15:01:19 +02:00
parent ff67e2438f
commit 2292e2f736
3 changed files with 28 additions and 21 deletions

View File

@@ -1,3 +1,4 @@
#pragma once
void staffVolumeUp(int *maxVolume);
void staffVolumeUp(int *maxVolume);
void staffVolumeDown(int maxVolume, int *userVolume, int *oldUserVolume);