mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-05 00:14:56 +00:00
refactor: byebye using namespace std
shoo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
#include "../../Minecraft.World/Util/HashExtension.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.entity.h"
|
||||
@@ -8,7 +8,7 @@ using namespace std;
|
||||
class ClientConnection;
|
||||
class MultiPlayerChunkCache;
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
class MultiPlayerLevel : public Level
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user