mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
1b0b96665a
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
11 lines
130 B
C
11 lines
130 B
C
#ifndef RANDOM_FIELD_H
|
|
#define RANDOM_FIELD_H
|
|
|
|
#include "types.h"
|
|
|
|
#define mRF_PERFECT_BIT 9
|
|
|
|
int mRF_GetRandom(int val);
|
|
|
|
|
|
#endif |