~q3cpma/mus

cf29c2237d0c99e5240a55895c07564ef4635392 — q3cpma 2 years ago a117fc7
Add a #pragma once to the new xoshiro128plus.h header
1 files changed, 2 insertions(+), 0 deletions(-)

M mus_player/xoshiro128plus.h
M mus_player/xoshiro128plus.h => mus_player/xoshiro128plus.h +2 -0
@@ 18,9 18,11 @@ See <http://creativecommons.org/publicdomain/zero/1.0/>. */
   right shifts to extract subsets of bits.

   The state must be seeded so that it is not everywhere zero. */
#pragma once

#include <stdint.h>


uint32_t next(void);

static inline float frand(void)