aboutsummaryrefslogtreecommitdiff
path: root/src/cube_array.h
blob: 6d9603b02b064b3d3477f5a521801be0fd260902 (plain)
1
2
3
4
5
6
/* Public properties specific to the array implementation */

typedef struct {
	uint8_t c[8];
	uint8_t e[12];
} cube_t;

Generated with cgit - Back to sebastiano.tronto.net