Extracted staffVolumeDown to seperate file
All checks were successful
Build Code / build (push) Successful in 1m16s
All checks were successful
Build Code / build (push) Successful in 1m16s
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
void staffVolumeUp(int *maxVolume);
|
||||
void staffVolumeUp(int *maxVolume);
|
||||
void staffVolumeDown(int maxVolume, int *userVolume, int *oldUserVolume);
|
||||
Reference in New Issue
Block a user