SkyrimOutfitSystemSE/include/PlayerSkinning.h
MetricExpansion 6d5ac0ea14 Format
2022-10-09 12:58:42 -07:00

11 lines
No EOL
241 B
C++

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