#include <nnsys/g2d/g2d_Renderer.h>
void NNS_G2dDrawCell( const NNSG2dCellData* pCell );
| pCell | [IN] Cell data |
None.
Draws the cell data.
This function must be called after the NNS_G2BeginRendering function and before the NNS_G2EndRendering function.
05/28/2004 Initial version.