mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-17 20:18:07 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#include "WitherBossModel.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "WitherBossModel.h"
|
||||
#include "minecraft/world/entity/boss/wither/WitherBoss.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "minecraft/world/entity/boss/wither/WitherBoss.h"
|
||||
|
||||
WitherBossModel::WitherBossModel() {
|
||||
texWidth = 64;
|
||||
|
||||
Reference in New Issue
Block a user