7 lines
124 B
C++
7 lines
124 B
C++
#pragma once
|
|
#include "skse64/PapyrusVM.h"
|
|
|
|
namespace OutfitSystem
|
|
{
|
|
bool RegisterPapyrus(VMClassRegistry* registry);
|
|
}
|