7 lines
87 B
C
7 lines
87 B
C
#ifndef constants_h
|
|
#define constants_h
|
|
|
|
#define number_of_planes_for_a_cube 6
|
|
|
|
#endif
|