* Decompile LargeFeature, LargeCaveFeature. Add in game for testing.

* Rename Random::nextTLong to Random::nextLong
This commit is contained in:
iProgramInCpp
2023-08-04 21:48:57 +03:00
parent 89c7adbbe5
commit 7d331e76c7
10 changed files with 300 additions and 6 deletions

View File

@@ -50,6 +50,6 @@ public:
unsigned genrand_int32();
float nextFloat();
double genrand_real2();
TLong nextTLong();
TLong nextLong();
int nextInt();
};