enderalse/source/fs.dll/skse64/skse64/PapyrusKeyword.h

16 lines
303 B
C
Raw Normal View History

2021-10-06 00:45:46 +00:00
#pragma once
#include "GameTypes.h"
class BGSKeyword;
struct StaticFunctionTag;
class VMClassRegistry;
namespace papyrusKeyword
{
void RegisterFuncs(VMClassRegistry* registry);
BGSKeyword* GetKeyword(StaticFunctionTag*, BSFixedString keyword);
BSFixedString GetString(BGSKeyword* thisKeyword);
}