format everything

This commit is contained in:
Tropical
2026-04-01 13:48:29 -05:00
parent 3e813592e4
commit dd93cfe91e
380 changed files with 2698 additions and 2595 deletions
@@ -25,7 +25,8 @@ public:
virtual bool shouldRenderFace(LevelSource* level, int x, int y, int z,
int face);
virtual void addAABBs(Level* level, int x, int y, int z, AABB* box,
std::vector<AABB>* boxes, std::shared_ptr<Entity> source);
std::vector<AABB>* boxes,
std::shared_ptr<Entity> source);
virtual void updateDefaultShape();
virtual void updateShape(
LevelSource* level, int x, int y, int z, int forceData = -1,