Move TRIANGLE_VERTICES constant to constants.h

This commit is contained in:
Abdelrahman Said 2024-09-01 02:13:02 +01:00
parent 95d474c956
commit 18e9964d33

6
src/constants.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef CONSTANTS_H
#define CONSTANTS_H
#define TRIANGLE_VERTICES 3
#endif // CONSTANTS_H