diff --git a/src/include/Constants.h b/src/include/Constants.h new file mode 100644 index 0000000..206dc8a --- /dev/null +++ b/src/include/Constants.h @@ -0,0 +1,8 @@ +#ifndef TELODENDRIA_CONSTANTS_H +#define TELODENDRIA_CONSTANTS_H + +#ifndef TELODENDRIA_STRING_CHUNK +#define TELODENDRIA_STRING_CHUNK 64 +#endif + +#endif