Move TRIANGLE_VERTICES constant to constants.h

This commit is contained in:
2024-09-01 02:13:02 +01:00
parent 95d474c956
commit 18e9964d33
+6
View File
@@ -0,0 +1,6 @@
#ifndef CONSTANTS_H
#define CONSTANTS_H
#define TRIANGLE_VERTICES 3
#endif // CONSTANTS_H