struct.h 555 Bytes

/*---------------------------------------------------------------------*
        Copyright (C) 1997 Nintendo.
        
        $RCSfile: struct.h,v $
        $Revision: 1.1.1.1 $
        $Date: 2002/05/02 03:27:12 $
 *---------------------------------------------------------------------*/
typedef struct{
	Mtx	projection;
	Mtx	light;
	Mtx	viewing;
	Mtx	modeling[8];
	Mtx tmodeling[4];
	Gfx	glist[6144];
}Dynamic;

typedef union{
	u32		word[2];
	u64		force_alignment;
}scratch_t;

typedef struct{
	int	flag;
	int	nowcon,oldcon,nowtrg;
	int	sx,sy;
}ctrl;