mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-01 01:42:12 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
#include "WolfModel.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include <memory>
|
||||
#include <numbers>
|
||||
|
||||
#include "WolfModel.h"
|
||||
#include "minecraft/world/entity/animal/Wolf.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "4J.Render/4J_Render.h"
|
||||
#include "minecraft/world/entity/LivingEntity.h"
|
||||
#include "minecraft/client/model/geom/Model.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "minecraft/world/entity/LivingEntity.h"
|
||||
#include "minecraft/world/entity/animal/Wolf.h"
|
||||
|
||||
WolfModel::WolfModel() {
|
||||
float g = 0;
|
||||
|
||||
Reference in New Issue
Block a user