anisette is done, how to sign?
This commit is contained in:
10
public/tier0/rand.h
Normal file
10
public/tier0/rand.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef TIER0_RAND_H
|
||||
#define TIER0_RAND_H
|
||||
|
||||
#include "tier0/platform.h"
|
||||
|
||||
PLATFORM_INTERFACE void Plat_InitRandom();
|
||||
PLATFORM_INTERFACE void Plat_ShutdownRandom();
|
||||
PLATFORM_INTERFACE void Plat_URandom( size_t uBufferSize, uint8_t *szBuffer );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user