Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2005-07-26 00:56:48 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-26 00:56:48 +0400
commit3dcc653365563098f28e365e2934c764637cf5ee (patch)
treee34a23c3b9035678ade04558b4b1aa6553cdf018 /source/blender/blenlib/BLI_rand.h
parent40a5ed791df248c5cb3d19f714dde67cd8c91458 (diff)
- mixed up RNG type definition
Diffstat (limited to 'source/blender/blenlib/BLI_rand.h')
-rw-r--r--source/blender/blenlib/BLI_rand.h1
1 files changed, 1 insertions, 0 deletions
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);