Mario Kart 64
Loading...
Searching...
No Matches
random.h
Go to the documentation of this file.
1#ifndef RANDOM_H
2#define RANDOM_H
3
4#include <libultraship.h>
5
6extern u16 gRandomSeed16;
7extern u8 randomSeedPadding[];
8
9#endif // RANDOM_H
u16 gRandomSeed16
Definition random.c:3
u8 randomSeedPadding[216]
Definition random.c:4