mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-29 15:23:02 +05:00
this is unused
This commit is contained in:
parent
c15233f17d
commit
095c68678a
1 changed files with 0 additions and 7 deletions
|
@ -21,10 +21,3 @@
|
|||
#include "MemoryMgr.h"
|
||||
|
||||
#define DISABLE_FLA_DONATION_WINDOW 0
|
||||
|
||||
|
||||
template<typename T>
|
||||
inline T random(T a, T b)
|
||||
{
|
||||
return a + static_cast<T>(rand() * (1.0f/(RAND_MAX+1)) * (b - a));
|
||||
}
|
Loading…
Reference in a new issue