11 lines
256 B
C++
11 lines
256 B
C++
#pragma once
|
|
#include "skse64/PapyrusNativeFunctions.h"
|
|
#include "skse64/GameReferences.h"
|
|
|
|
namespace PhasmalistScripts
|
|
{
|
|
float calculateContentStrength(StaticFunctionTag* tag, TESObjectREFR* container);
|
|
|
|
bool RegisterFuncs(VMClassRegistry* registry);
|
|
}
|