#include <nnsys/g2d/g2d_Animation.h>
void NNS_G2dInitAnimCtrl(
NNSG2dAnimController* pAnimCtrl );
| pAnimCtrl | [OUT] NNSG2dAnimController entity |
None.
Initializes the NNSG2dAnimController entity. Please be sure to call it before using the NNSG2dAnimController entity. This function is a new function name that comes from the renamed NNS_G2dInitAnimController. The past function remains as a separate name to maintain compatibility.
NNS_G2dInitAnimController, NNS_G2dInitAnimCtrlCallBackFunctor
2004/08/02 Renamed function
2004/05/28 Initial version.
CONFIDENTIAL