diff --git a/src/modules/math/math.h b/src/modules/math/math.h index 20ad0305..e5d0d2ce 100644 --- a/src/modules/math/math.h +++ b/src/modules/math/math.h @@ -3,6 +3,7 @@ #pragma once struct RandomGenerator; + bool lovrMathInit(void); void lovrMathDestroy(void); struct RandomGenerator* lovrMathGetRandomGenerator(void);