mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-27 06:45:48 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include "SheepModel.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "SheepModel.h"
|
||||
#include "minecraft/client/model/QuadrupedModel.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "minecraft/world/entity/LivingEntity.h"
|
||||
#include "minecraft/world/entity/animal/Sheep.h"
|
||||
#include "minecraft/client/model/QuadrupedModel.h"
|
||||
|
||||
SheepModel::SheepModel() : QuadrupedModel(12, 0) {
|
||||
headXRot = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user