mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 10:58:22 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#include "EndermanModel.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "EndermanModel.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "minecraft/client/model/HumanoidModel.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
|
||||
EndermanModel::EndermanModel() : HumanoidModel(0, -14, 64, 32) {
|
||||
carrying = false;
|
||||
|
||||
Reference in New Issue
Block a user