mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-17 22:01:53 +00:00
remove GL/gl.h includes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "app/common/UI/Controls/UIControl_MinecraftHorse.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "UIControl_MinecraftPlayer.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
// GDraw GL backend for Linux
|
||||
#include "platform/renderer/renderer.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "Camera.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "Lighting.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "java/FloatBuffer.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "java/ByteBuffer.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "minecraft/client/BufferedImage.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "GuiComponent.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "Minimap.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "TradeSwitchButton.h"
|
||||
|
||||
#include <string>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/gui/Button.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "AchievementPopup.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "java/System.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "AchievementScreen.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "BeaconScreen.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "BrewingStandScreen.h"
|
||||
|
||||
#include <memory>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "minecraft/client/gui/Font.h"
|
||||
#include "minecraft/client/gui/inventory/AbstractContainerScreen.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "minecraft/IGameServices.h"
|
||||
#include "CreativeInventoryScreen.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <memory>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "AbstractContainerScreen.h"
|
||||
#include "minecraft/client/Lighting.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <cmath>
|
||||
#include <string>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "minecraft/client/Lighting.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "AbstractContainerScreen.h"
|
||||
#include "java/InputOutputStream/ByteArrayOutputStream.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "RepairScreen.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "ChestModel.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "minecraft/client/model/geom/Model.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
QuadrupedModel::QuadrupedModel(int legSize, float g) : Model() {
|
||||
yHeadOffs = 8;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <numbers>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "minecraft/client/model/geom/Model.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "minecraft/client/model/geom/ModelPart.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "ModelPart.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include <numbers>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "FootstepParticle.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "HugeExplosionParticle.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "ParticleEngine.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "TakeAnimationParticle.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "Chunk.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <mutex>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "minecraft/util/Log.h"
|
||||
#include "ItemInHandRenderer.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include <cmath>
|
||||
#include <numbers>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "minecraft/util/Log.h"
|
||||
#include "LevelRenderer.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "minecraft/util/Log.h"
|
||||
#include "Tesselator.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "HttpTexture.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "TileRenderer.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "Frustum.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "minecraft/client/resources/ResourceLocation.h"
|
||||
#include "minecraft/world/entity/Entity.h"
|
||||
#include "minecraft/world/entity/projectile/Arrow.h"
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
ResourceLocation ArrowRenderer::ARROW_LOCATION =
|
||||
ResourceLocation(TN_ITEM_ARROWS);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "minecraft/client/model/BatModel.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "EndermanRenderer.h"
|
||||
|
||||
#include <memory>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "HorseRenderer.h"
|
||||
|
||||
#include <utility>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "EntityRenderDispatcher.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "EntityRenderDispatcher.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "MushroomCowRenderer.h"
|
||||
|
||||
#include <memory>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "PaintingRenderer.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "EntityRenderDispatcher.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <cmath>
|
||||
#include <numbers>
|
||||
#include <vector>
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
#include "platform/renderer/renderer.h"
|
||||
#include "EntityRenderDispatcher.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include "platform/renderer/renderer.h"
|
||||
|
||||
#include <format>
|
||||
#include <string>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "minecraft/util/Log.h"
|
||||
#include "AbstractTexturePack.h"
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user