forked from Telodendria/Telodendria
9 lines
149 B
C
9 lines
149 B
C
|
#ifndef TELODENDRIA_CONSTANTS_H
|
||
|
#define TELODENDRIA_CONSTANTS_H
|
||
|
|
||
|
#ifndef TELODENDRIA_STRING_CHUNK
|
||
|
#define TELODENDRIA_STRING_CHUNK 64
|
||
|
#endif
|
||
|
|
||
|
#endif
|