Give stars different colours, but keep it barely noticeable.
[gdvolley.git] / src / randy.h
blob5329cebb2b58ba2bf95299c94c959e399e663349
1 //
2 // Author: Öyvind Johannessen <gathers@gmail.com>, (C) 2008
3 //
4 // Copyright: See COPYING file that comes with this distribution
5 //
6 //
7 #ifndef randy_h
8 #define randy_h
10 double randy();
11 int randy(int max);
12 void seed_randy();
14 #endif