From 6cf74a976de875f6e1790a8e8b23667b2b37ab36 Mon Sep 17 00:00:00 2001 From: bjorn Date: Fri, 25 Dec 2020 12:51:18 -0700 Subject: [PATCH] Spacing; --- src/modules/math/math.h | 1 + 1 file changed, 1 insertion(+) 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);