Licar/constants.h

8 lines
157 B
C

#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