gimp/plug-ins/gimpressionist/random.h
Shlomi Fish cfefd51586 Various Gimpressionist Cleanups. Made most remaining non-static global
variables static, and created functions that manipulate them. Created
new headers. Renamed some variables and functions to make their names
more menanigful.
2004-07-08 15:55:14 +00:00

8 lines
76 B
C

#ifndef __RAND_H
#define __RAND_H
extern GRand *random_generator;
#endif