mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-02 15:04:18 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#include "OcelotModel.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include <memory>
|
||||
#include <numbers>
|
||||
#include <string>
|
||||
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "OcelotModel.h"
|
||||
#include "4J.Render/4J_Render.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "minecraft/world/entity/LivingEntity.h"
|
||||
#include "minecraft/world/entity/animal/Ocelot.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user