SkyrimOutfitSystemSE/include/PlayerSkinning.h
2022-08-27 14:28:29 -07:00

12 lines
No EOL
216 B
C++

#pragma once
namespace SKSE {
class Trampoline;
}
namespace OutfitSystem
{
extern SKSE::Trampoline* g_localTrampoline;
extern SKSE::Trampoline* g_branchTrampoline;
void ApplyPlayerSkinningHooks();
}