Ninja Library - Model and Motion Structure

NJS_MDATA4

Structure for managing each number of elements

DEFINITION

typedef struct { 
 void *p[4]; 
 Uint32 nb[4]; 
} NJS_MDATA4; 

MEMBER

 *p[4]  NJS_MKEY pointer array 
 nb[4]  Key count array (Pointer indicated by p[i] and key count nb[i] correspond) 

DESCRIPTION

Structure for managing each number of elements.

NJS_MDATA4
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999