Mount Fuji Engine  0.8b
MF_API MFAnimScript* MFAnimScript_Create ( const char *  pFilename,
MFModel pModel 
)

Creates an animscript from the filesystem.

Parameters
pFilenameFilename of the animscript to load.
pModelMFModel instance the animscript instance will refer to.
Returns
A new instance of the specified animscript.
See Also
MFAnimScript_Destroy()