mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
31 lines
375 B
C++
31 lines
375 B
C++
#include "sound/SoundKitProperties.hpp"
|
|
#include "util/SFile.hpp"
|
|
|
|
void SoundKitProperties::ResetToDefaults() {
|
|
// TODO
|
|
|
|
this->int20 = -1;
|
|
|
|
// TODO
|
|
|
|
this->m_type = 0;
|
|
|
|
// TODO
|
|
|
|
this->uint24 = 0;
|
|
|
|
// TODO
|
|
|
|
this->uint28 = 0;
|
|
|
|
// TODO
|
|
|
|
this->byte38 = 0;
|
|
|
|
// TODO
|
|
|
|
this->m_streaming = SFile::IsStreamingMode() != 0;
|
|
|
|
// TODO
|
|
}
|