Move TRIANGLE_VERTICES constant to constants.h
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user