Files
Luke Street 1b0b96665a Migrate to dtk-template
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
2024-10-28 19:18:21 -06:00

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