| 44 | |
| 45 | __forceinline int GetSeed(int x, int z) const { return _seedTable.Seed(x, z); } |
| 46 | __forceinline int GetSeedRef(int x, int z) const { return _seedTable.SeedRef(x, z); } |
| 47 | __forceinline int GetSeed(int x, int z, int y) const { return _seedTable.Seed(x, z, y); } |
| 48 | }; |
| 49 |
no test coverage detected