Ninja Library - Model and Motion Structure

NJS_MDATA1

Structure for managing each number of elements

DEFINITION

typedef struct { 
 void *p[1]; 
 Uint32 nb[1]; 
} NJS_MDATA1; 

MEMBER

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

DESCRIPTION

Structure for managing each number of elements.

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