mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 15:38:11 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#include "GhastModel.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "java/Random.h"
|
||||
#include "GhastModel.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "4J.Render/4J_Render.h"
|
||||
#include "java/Random.h"
|
||||
#include "minecraft/client/model/geom/Model.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
|
||||
GhastModel::GhastModel() : Model() {
|
||||
int yoffs = -16;
|
||||
|
||||
Reference in New Issue
Block a user