Ninja Library - Model and Motion Structure

NJS_MDATA2

Structure for managing each number of elements

DEFINITION

typedef struct { 
 void *p[2]; 
 Uint32 nb[2]; 
} NJS_MDATA2; 

MEMBER

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

DESCRIPTION

Structure for managing each number of elements.

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