MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / pcm

Method pcm

src/OpenLoco/include/OpenLoco/Objects/SoundObject.h:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 Audio::WAVEFORMATEX pcmHeader;
26
27 const void* pcm() const
28 {
29 return (void*)((uintptr_t)this + sizeof(SoundObjectData));
30 }
31 };
32 static_assert(sizeof(SoundObjectData) == 0x1E);
33

Callers 1

getSoundBufferFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected