mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-17 06:28:44 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#include "WitchModel.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
#include <numbers>
|
||||
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "WitchModel.h"
|
||||
#include "VillagerModel.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "minecraft/util/Mth.h"
|
||||
#include "minecraft/world/entity/Entity.h"
|
||||
#include "minecraft/util/Mth.h"
|
||||
|
||||
WitchModel::WitchModel(float g) : VillagerModel(g, 0, 64, 128) {
|
||||
mole = (new ModelPart(this))->setTexSize(64, 128);
|
||||
|
||||
Reference in New Issue
Block a user