12 lines
No EOL
216 B
C++
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();
|
|
} |