This commit is contained in:
bjorn 2020-12-25 12:51:18 -07:00
parent d81a822bbc
commit 6cf74a976d
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#pragma once
struct RandomGenerator;
bool lovrMathInit(void);
void lovrMathDestroy(void);
struct RandomGenerator* lovrMathGetRandomGenerator(void);