Rename EquipCollidesWith, Cylinder::Overlaps

This commit is contained in:
Aetias
2024-05-23 18:52:36 +02:00
parent 502425ad80
commit c779b21215
32 changed files with 62 additions and 60 deletions
+2
View File
@@ -8,4 +8,6 @@
struct Cylinder {
Vec3p pos;
q20 size; // height and radius
bool Overlaps(Cylinder *other);
};