octree.h (133B)
1 #define NODESIZE 64 2 3 typedef struct Node Node; 4 5 struct Node { 6 u64int id; 7 u64int flags; 8 char data[NODESIZE-sizeof(u64int) * 2]; 9 };
octreeoctree tools and accessories | |
git clone git://git.nsmpr.xyz/octree.git | |
Log | Files | Refs |