11 lines
No EOL
241 B
C++
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
|