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