mirror of
https://github.com/halpz/re3.git
synced 2025-03-24 16:35:07 +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 );
|