mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 02:40:46 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -13,7 +13,7 @@ public:
|
||||
static __int64 hashCode(int x, int z);
|
||||
int hashCode();
|
||||
|
||||
double distanceToSqr(shared_ptr<Entity> e);
|
||||
double distanceToSqr(std::shared_ptr<Entity> e);
|
||||
double distanceToSqr(double px, double pz); // 4J added
|
||||
|
||||
int getMiddleBlockX();
|
||||
|
||||
Reference in New Issue
Block a user