#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. | |
| #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);
1.5.3