7 lines
92 B
C
7 lines
92 B
C
#ifndef CONSTANTS_H
|
|
#define CONSTANTS_H
|
|
|
|
#define TRIANGLE_VERTICES 3
|
|
|
|
#endif // CONSTANTS_H
|