how to declare 3dimensional arrays in wiring

#define ROWS 3
#define COLS 4
#define DEPTH 2

int threeDArray[ROWS][COLS][DEPTH];