mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-24 11:31:17 +00:00
fix: update CI to install libc++ and fix artifact path
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#include "CompressedTileStorage.h"
|
#include "CompressedTileStorage.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <bit>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
#include <bit>
|
||||||
|
|
||||||
#include "ChunkStorage.h"
|
#include "ChunkStorage.h"
|
||||||
#include "java/File.h"
|
#include "java/File.h"
|
||||||
#include "minecraft/world/level/chunk/LevelChunk.h"
|
#include "minecraft/world/level/chunk/LevelChunk.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user