7 lines
141 B
C
7 lines
141 B
C
#ifndef DRACO_CORE_CONSTANTS_H_
|
|
#define DRACO_CORE_CONSTANTS_H_
|
|
|
|
#define DRACO_PI 3.14159265358979323846
|
|
|
|
#endif // DRACO_CORE_CONSTANTS_H_
|