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,6 +1,7 @@
|
||||
#include "CowModel.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
|
||||
#include "minecraft/client/model/QuadrupedModel.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
|
||||
CowModel::CowModel() : QuadrupedModel(12, 0) {
|
||||
head = new ModelPart(this, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user