mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-14 13:01:57 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#include "SkeletonHeadModel.h"
|
||||
|
||||
#include <memory>
|
||||
#include <numbers>
|
||||
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "SkeletonHeadModel.h"
|
||||
#include "minecraft/client/model/geom/Model.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
|
||||
void SkeletonHeadModel::_init(int u, int v, int tw, int th) {
|
||||
texWidth = tw;
|
||||
|
||||
Reference in New Issue
Block a user