rm dead lovrMathOrientationToDirection declaration;

This commit is contained in:
bjorn 2020-12-25 12:50:50 -07:00
parent 3bc2c00b79
commit d81a822bbc
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ struct RandomGenerator;
bool lovrMathInit(void);
void lovrMathDestroy(void);
struct RandomGenerator* lovrMathGetRandomGenerator(void);
void lovrMathOrientationToDirection(float angle, float ax, float ay, float az, float* v);
float lovrMathGammaToLinear(float x);
float lovrMathLinearToGamma(float x);
float lovrMathNoise1(float x);