match some of fraser/cuyler files.

This commit is contained in:
Prakxo
2022-12-21 00:00:29 +01:00
parent a25019b474
commit 26186c33ee
15 changed files with 183 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef RANDOM_FIELD_H
#define RANDOM_FIELD_H
#include "types.h"
#define mRF_PERFECT_BIT 9
int mRF_GetRandom(int val);
#endif