n3d.h File Reference

#include <stdio.h>
#include <math.h>
#include "n3d/n3dtypes.h"
#include "n3d/n3dmath.h"
#include "n3d/nds/arm9/n3d_nds.h"

Defines

#define N3DVERSION
 Represents the N3D version.

Detailed Description


Define Documentation

#define N3DVERSION

Represents the N3D version.

Bits  0..15 = Minor Version
Bits 16..31 = Major Version

Example:

printf("N3D version %d.%d\n", (N3DVERSION>>16)&0xffff, N3DVERSION&0xffff);


Generated on Wed Aug 29 19:48:03 2007 for N3D by  doxygen 1.5.3