mirror of
https://github.com/encounter/ac-decomp.git
synced 2026-03-30 10:57:04 -07: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 |