From 3dcc653365563098f28e365e2934c764637cf5ee Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 25 Jul 2005 20:56:48 +0000 Subject: - mixed up RNG type definition --- source/blender/blenlib/BLI_rand.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/BLI_rand.h') diff --git a/source/blender/blenlib/BLI_rand.h b/source/blender/blenlib/BLI_rand.h index 5168d4b9fea..e6b0146cfab 100644 --- a/source/blender/blenlib/BLI_rand.h +++ b/source/blender/blenlib/BLI_rand.h @@ -41,6 +41,7 @@ * to BLI_rand functions below. */ struct RNG; +typedef struct RNG RNG; struct RNG* rng_new (unsigned int seed); void rng_free (struct RNG* rng); -- cgit v1.2.3