12 lines
188 B
C++
12 lines
188 B
C++
#pragma once
|
|
|
|
namespace RE {
|
|
namespace BSScript {
|
|
class IVirtualMachine;
|
|
}
|
|
}
|
|
|
|
namespace OutfitSystem
|
|
{
|
|
bool RegisterPapyrus(RE::BSScript::IVirtualMachine* registry);
|
|
}
|