7 lines
142 B
C++
7 lines
142 B
C++
#pragma once
|
|
#include "RE/I/IVirtualMachine.h"
|
|
|
|
namespace OutfitSystem
|
|
{
|
|
bool RegisterPapyrus(RE::BSScript::IVirtualMachine* registry);
|
|
}
|