mirror of
https://github.com/callapple/Twilight_II.git
synced 2026-03-11 06:41:51 +00:00
6 lines
176 B
C
6 lines
176 B
C
|
|
/* Random v3 - JRM */
|
|
extern int random(void);
|
|
/* init_random will call set_random_seed for you! */
|
|
extern void init_random(char *);
|
|
extern void set_random_seed(void); |