G2_SetOBJCharName


C Specification

#include <nitro/gx/g2_oam.h>
void G2_SetOBJCharName(GXOamAttr * oam, int name);

Description

This function specifies the name of the first OBJ character.

Arguments

oam Pointer to where the OAM data is stored
name Name of first character

Return Values

None

See Also

Revision History

01/19/2004 Initial Version