mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-02 20:04:47 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include "SkeletonModel.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "SkeletonModel.h"
|
||||
#include "minecraft/client/model/ZombieModel.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "minecraft/world/entity/LivingEntity.h"
|
||||
#include "minecraft/world/entity/monster/Skeleton.h"
|
||||
#include "minecraft/client/model/ZombieModel.h"
|
||||
|
||||
void SkeletonModel::_init(float g) {
|
||||
arm0 = new ModelPart(this, 24 + 16, 16);
|
||||
|
||||
Reference in New Issue
Block a user