mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 10:58:22 +00:00
run IWYU on entire codebase
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#include "ZombieModel.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include <memory>
|
||||
#include <numbers>
|
||||
|
||||
#include "minecraft/client/model/HumanoidModel.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "minecraft/client/model/HumanoidModel.h"
|
||||
|
||||
ZombieModel::ZombieModel() : HumanoidModel(0, 0, 64, 32) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user