mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-26 22:25:34 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include "SpiderModel.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
#include <numbers>
|
||||
|
||||
#include "SpiderModel.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "minecraft/client/model/geom/Model.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
|
||||
SpiderModel::SpiderModel() : Model() {
|
||||
float g = 0;
|
||||
|
||||
Reference in New Issue
Block a user