Move TRIANGLE_VERTICES constant to constants.h
This commit is contained in:
parent
95d474c956
commit
18e9964d33
6
src/constants.h
Normal file
6
src/constants.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef CONSTANTS_H
|
||||
#define CONSTANTS_H
|
||||
|
||||
#define TRIANGLE_VERTICES 3
|
||||
|
||||
#endif // CONSTANTS_H
|
Loading…
Reference in New Issue
Block a user