More Warning cleanups (Tim Beckmann)
This commit is contained in:
parent
abab1011ac
commit
95b8b49b76
60 changed files with 205 additions and 110 deletions
7
src/maths.h
Normal file
7
src/maths.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef MATHS_H
|
||||
#define MATHS_H
|
||||
|
||||
void SetSeededFastRandom(int seed);
|
||||
int SeededFastRandom(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue