1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +08:00

Revert "Update IUniformRandomStream."

This reverts commit 5474d11ed00efe5702026b78ee0031b978139e43.
This commit is contained in:
Nicholas Hastings 2015-09-10 18:28:29 -04:00
parent e24a1442a7
commit 2456274580

View File

@ -27,8 +27,6 @@
class VSTDLIB_CLASS IUniformRandomStream class VSTDLIB_CLASS IUniformRandomStream
{ {
public: public:
virtual ~IUniformRandomStream() {}
// Sets the seed of the random number generator // Sets the seed of the random number generator
virtual void SetSeed( int iSeed ) = 0; virtual void SetSeed( int iSeed ) = 0;