Add CSND::AcquireSoundChannels

This commit is contained in:
wheremyfoodat 2023-09-10 18:50:45 +03:00
parent db50054128
commit 8ac22e35e9
2 changed files with 14 additions and 0 deletions

View file

@ -19,6 +19,7 @@ class CSNDService {
std::optional<Handle> csndMutex = std::nullopt;
// Service functions
void acquireSoundChannels(u32 messagePointer);
void initialize(u32 messagePointer);
public: