mirror of
https://github.com/callapple/Twilight_II.git
synced 2026-03-11 06:41:51 +00:00
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
|
|
Prototypes for random:
|
|
|
|
extern int random(void);
|
|
extern void set_random_seed(void);
|
|
|
|
random returns an integer between 0 and 0xFFFF.
|
|
set_random_seed sets the random seed for you, based on GetTick and VERTCNT.
|