mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-04 22:14:29 +00:00
refactor: all backslash includes must die
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "CraftingScreen.h"
|
||||
#include "Textures.h"
|
||||
#include "MultiplayerLocalPlayer.h"
|
||||
#include "..\Minecraft.World\net.minecraft.world.inventory.h"
|
||||
#include "../Minecraft.World/net.minecraft.world.inventory.h"
|
||||
|
||||
CraftingScreen::CraftingScreen(shared_ptr<Inventory> inventory, Level *level, int x, int y, int z) : AbstractContainerScreen(new CraftingMenu(inventory, level, x, y, z))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user