mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-20 04:48:06 +00:00
further rearranging
This commit is contained in:
@@ -711,3 +711,7 @@ fpattern& getcurrfp() {
|
||||
}
|
||||
|
||||
#define currfp fieldpattern::getcurrfp()
|
||||
|
||||
int currfp_gmul(int a, int b) { return currfp.gmul(a,b); }
|
||||
int currfp_inverses(int i) { return currfp.inverses[i]; }
|
||||
int currfp_distwall(int i) { return currfp.distwall[i]; }
|
||||
|
||||
Reference in New Issue
Block a user