#include <nnsys/g2d/g2d_CellAnimation.h>
static inline NNSG2dAnimController* NNS_G2dGetCellAnimAnimCtrl(
NNSG2dCellAnimation* pCellAnim );
| pCellAnim | [IN] Cell animation |
Animation controller that controls the cell animation.
Gets the animation controller that controls the cell animation. This function was renamed from NNS_G2dGetCellAnimationAnimCtrl(). This function will remain to maintain compatibility.
NNS_G2dGetCellAnimationAnimCtrl
08/02/2004 Renamed function.
07/20/2004 Initial version.