mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-04 08:24:28 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
#include "SkeletonRenderer.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "SkeletonRenderer.h"
|
||||
#include "minecraft/client/model/SkeletonModel.h"
|
||||
#include "minecraft/world/entity/monster/Skeleton.h"
|
||||
#include "4J.Render/4J_Render.h"
|
||||
#include "minecraft/world/entity/Entity.h"
|
||||
#include "minecraft/world/entity/LivingEntity.h"
|
||||
#include "minecraft/client/model/SkeletonModel.h"
|
||||
#include "minecraft/client/renderer/Textures.h"
|
||||
#include "minecraft/client/renderer/entity/HumanoidMobRenderer.h"
|
||||
#include "minecraft/client/resources/ResourceLocation.h"
|
||||
#include "minecraft/world/entity/Entity.h"
|
||||
#include "minecraft/world/entity/LivingEntity.h"
|
||||
#include "minecraft/world/entity/monster/Skeleton.h"
|
||||
|
||||
ResourceLocation SkeletonRenderer::SKELETON_LOCATION =
|
||||
ResourceLocation(TN_MOB_SKELETON);
|
||||
|
||||
Reference in New Issue
Block a user