#include <nitro/gx/g2_oam.h>
GXOamShape G2_GetOBJShape(const GXOamAttr * oam);
Gets the OBJ shape from *oam. For type GXOamShape,
refer to G2_SetOBJAttr.
oam |
Pointer to the place storing OAM data. |
OBJ shape.
06/09/2004 Initial version