mirror of
https://github.com/n64decomp/mk64
synced 2026-06-01 17:27:33 -04:00
7a10ba89f6
* Place macros for addr conversions * dl renames * fixes * changes ok * Delete types.h * move enums
9 lines
133 B
C
9 lines
133 B
C
#ifndef RANDOM_H
|
|
#define RANDOM_H
|
|
|
|
#include <ultra64.h>
|
|
|
|
extern u16 gRandomSeed16;
|
|
extern u8 randomSeedPadding[];
|
|
|
|
#endif // RANDOM_H
|