mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
11 lines
140 B
C
11 lines
140 B
C
#ifndef RANDOM_FIELD_H
|
|
#define RANDOM_FIELD_H
|
|
|
|
#include "types.h"
|
|
|
|
#define mRF_PERFECT_BIT 9
|
|
|
|
int mRF_GetRandom(int val);
|
|
|
|
|
|
#endif |