mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-15 07:22:05 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#include "SilverfishModel.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <memory>
|
||||
#include <numbers>
|
||||
|
||||
#include "SilverfishModel.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
|
||||
const int SilverfishModel::BODY_SIZES[BODY_COUNT][3] = {
|
||||
|
||||
Reference in New Issue
Block a user