mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-02-18 19:16:21 +01:00
9 lines
235 B
C
9 lines
235 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include <rphanim.h>
|
||
|
|
||
|
RwBool RpSkinPluginAttach(void);
|
||
|
|
||
|
RpAtomic *RpSkinAtomicSetHAnimHierarchy( RpAtomic *atomic, RpHAnimHierarchy *hierarchy );
|
||
|
RpHAnimHierarchy *RpSkinAtomicGetHAnimHierarchy( const RpAtomic *atomic );
|