This commit is contained in:
Branimir Karadžić
2017-02-06 22:38:15 -08:00
parent d716d390e6
commit 7a89d512da

View File

@@ -7,10 +7,6 @@
# error "Must be included from bx/rng.h!"
#endif // BX_RNG_H_HEADER_GUARD
#include "bx.h"
#include "fpumath.h"
#include "uint32_t.h"
namespace bx
{
inline RngMwc::RngMwc(uint32_t _z, uint32_t _w)