enderalse/source/fs.dll/skse64/skse64/PapyrusSound.h

11 lines
221 B
C++

#pragma once
class VMClassRegistry;
class TESSound;
class BGSSoundDescriptorForm;
namespace papyrusSound
{
BGSSoundDescriptorForm * GetDescriptor(TESSound* thisSound);
void RegisterFuncs(VMClassRegistry* registry);
};