Create block adding functions
This commit is contained in:
parent
7e8c82fae3
commit
e2d12804d2
6 changed files with 225 additions and 18 deletions
7
constants.h
Normal file
7
constants.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue