SkyrimOutfitSystemSE/include/OutfitSystem.h
2022-08-27 14:28:29 -07:00

12 lines
188 B
C++

#pragma once
namespace RE {
namespace BSScript {
class IVirtualMachine;
}
}
namespace OutfitSystem
{
bool RegisterPapyrus(RE::BSScript::IVirtualMachine* registry);
}