Files
enter_the_fog/source_code/utilities_module/constants.h
2026-03-26 14:46:39 -05:00

7 lines
87 B
C

#ifndef constants_h
#define constants_h
#define number_of_planes_for_a_cube 6
#endif