Matched ClusterExec
This commit is contained in:
parent
0ac89c38dc
commit
03f1cd89a3
9 changed files with 195 additions and 10 deletions
13
include/game/ClusterExec.h
Normal file
13
include/game/ClusterExec.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef _GAME_CLUSTER_EXEC_H
|
||||
#define _GAME_CLUSTER_EXEC_H
|
||||
|
||||
#include "game/hsfformat.h"
|
||||
#include "game/hsfman.h"
|
||||
|
||||
float GetClusterCurve(HsfTrack *arg0, float arg1);
|
||||
float GetClusterWeightCurve(HsfTrack *arg0, float arg1);
|
||||
void SetClusterMain(HsfCluster *arg0);
|
||||
void ClusterProc(ModelData *arg0);
|
||||
void ClusterMotionExec(ModelData *arg0);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue