mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(sound): add additional members to SoundKitProperties
This commit is contained in:
parent
7286ecd244
commit
a28fb0eea3
@ -16,6 +16,14 @@ void SoundKitProperties::ResetToDefaults() {
|
||||
|
||||
// TODO
|
||||
|
||||
this->uint28 = 0;
|
||||
|
||||
// TODO
|
||||
|
||||
this->byte38 = 0;
|
||||
|
||||
// TODO
|
||||
|
||||
this->m_streaming = SFile::IsStreamingMode() != 0;
|
||||
|
||||
// TODO
|
||||
|
||||
@ -10,6 +10,9 @@ class SoundKitProperties {
|
||||
// TODO
|
||||
int32_t int20;
|
||||
uint32_t uint24;
|
||||
uint32_t uint28;
|
||||
// TODO
|
||||
uint8_t byte38;
|
||||
// TODO
|
||||
uint32_t uint3C;
|
||||
// TODO
|
||||
|
||||
Loading…
Reference in New Issue
Block a user