mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(sound): add SEChannelGroup
This commit is contained in:
parent
ce629fc5c8
commit
25d2d36636
16
src/sound/SEChannelGroup.hpp
Normal file
16
src/sound/SEChannelGroup.hpp
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef SOUND_SE_CHANNEL_GROUP_HPP
|
||||
#define SOUND_SE_CHANNEL_GROUP_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
class SEChannelGroup {
|
||||
public:
|
||||
// Member variables
|
||||
uint32_t m_nameHash;
|
||||
int32_t m_parentChannelGroup;
|
||||
float m_volume;
|
||||
float m_muteVolume;
|
||||
bool m_needsUpdate;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user