Licar/constants.h

8 lines
157 B
C
Raw Normal View History

2023-08-03 21:12:23 +02:00
#ifndef _LCR_CONSTANTS_H
#define _LCR_CONSTANTS_H
/** Maximum number of triangles of a block shape. */
#define LCR_MAP_BLOCK_SHAPE_MAX_TRIANGLES 32
#endif