refactor: byebye using namespace std

shoo
This commit is contained in:
Tropical
2026-03-08 22:43:44 +01:00
committed by JuiceyDev
parent 31ba56f277
commit 9a1e4e7752
319 changed files with 321 additions and 321 deletions
@@ -1,5 +1,5 @@
#pragma once
using namespace std;
#include "../Player/Player.h"
#include "../Headers/net.minecraft.world.inventory.ContainerListener.h"
@@ -1,5 +1,5 @@
#pragma once
using namespace std;
#include "Container.h"
+1 -1
View File
@@ -1,5 +1,5 @@
#pragma once
using namespace std;
class ItemInstance;
class Player;
@@ -1,5 +1,5 @@
#pragma once
using namespace std;
#include "Container.h"
class AbstractContainerMenu;
+1 -1
View File
@@ -1,5 +1,5 @@
#pragma once
using namespace std;
#include "Container.h"
#include "../IO/NBT/ListTag.h"
#include "../Items/ItemInstance.h"
+1 -1
View File
@@ -1,5 +1,5 @@
#pragma once
using namespace std;
#include "Container.h"
#include "../Headers/net.minecraft.world.ContainerListener.h"