SkyrimOutfitSystemSE/include/OutfitSystem.h
MetricExpansion 6d5ac0ea14 Format
2022-10-09 12:58:42 -07:00

11 lines
203 B
C++

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