8c951c31018114f6293b50c02eff0965c3dd6347
[rocksndiamonds.git] / src / libgame / random.h
1 // ============================================================================
2 // Artsoft Retro-Game Library
3 // ----------------------------------------------------------------------------
4 // (c) 1995-2014 by Artsoft Entertainment
5 //                  Holger Schemel
6 //                  info@artsoft.org
7 //                  http://www.artsoft.org/
8 // ----------------------------------------------------------------------------
9 // random.h
10 // ============================================================================
11
12 #ifndef RANDOM_H
13 #define RANDOM_H
14
15 void srandom_linux_libc(int, unsigned int);
16 int random_linux_libc(int);
17
18 #endif