mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 13:15:04 -06:00
4.48 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
0b33f700a6
commit
fd8b1d78b4
@@ -5,7 +5,7 @@
|
||||
#include <time.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "Common/Random.h"
|
||||
#include "Random.h"
|
||||
|
||||
void CRandom::Init(unsigned int seed)
|
||||
{ srand(seed); }
|
||||
|
||||
Reference in New Issue
Block a user