mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-17 18:38:13 +00:00
fix(Minecraft.World) major fixes, now i need to fix byte bullshit
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <climits>
|
||||
#include <cfloat>
|
||||
|
||||
|
||||
class Byte
|
||||
{
|
||||
@@ -72,4 +75,4 @@ public:
|
||||
// As such I have renamed it so that we don't confuse it with places where we should use std::string
|
||||
class _String
|
||||
{
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user