forked from lda/telodendria
Add constants
This commit is contained in:
parent
62f3a2087b
commit
1d0c48ce32
1 changed files with 8 additions and 0 deletions
8
src/include/Constants.h
Normal file
8
src/include/Constants.h
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#ifndef TELODENDRIA_CONSTANTS_H
|
||||||
|
#define TELODENDRIA_CONSTANTS_H
|
||||||
|
|
||||||
|
#ifndef TELODENDRIA_STRING_CHUNK
|
||||||
|
#define TELODENDRIA_STRING_CHUNK 64
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in a new issue