diff --git a/src/constants.h b/src/constants.h new file mode 100644 index 0000000..e3649e0 --- /dev/null +++ b/src/constants.h @@ -0,0 +1,6 @@ +#ifndef CONSTANTS_H +#define CONSTANTS_H + +#define TRIANGLE_VERTICES 3 + +#endif // CONSTANTS_H