mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-13 03:54:53 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
#include "BatModel.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
#include <numbers>
|
||||
|
||||
#include "BatModel.h"
|
||||
#include "minecraft/client/model/geom/Model.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include "minecraft/world/entity/Entity.h"
|
||||
#include "minecraft/world/entity/ambient/Bat.h"
|
||||
#include "minecraft/client/model/geom/Model.h"
|
||||
|
||||
BatModel::BatModel() : Model() {
|
||||
texWidth = 64;
|
||||
|
||||
Reference in New Issue
Block a user