mirror of
https://github.com/halpz/re3.git
synced 2025-03-25 16:45:06 +00: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 );
|