enderalse/SKSE/Plugins/fs_skse_plugin_functions/skse64/skse64/Hooks_Papyrus.h
2021-10-06 02:45:46 +02:00

9 lines
171 B
C

#pragma once
#include "skse64/PluginAPI.h"
void Hooks_Papyrus_Init();
void Hooks_Papyrus_Commit();
bool RegisterPapyrusPlugin(SKSEPapyrusInterface::RegisterFunctions);