mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 08:20:46 +00:00
refactor: byebye using namespace std
shoo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
class Mob;
|
||||
class Options;
|
||||
using namespace std;
|
||||
|
||||
#include "../../../../Minecraft.World/Util/SoundTypes.h"
|
||||
|
||||
#ifdef _XBOX
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
#include <xuirender.h>
|
||||
|
||||
#include "../../../Build/Common/UI/UIFontData.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
class XUI_FontData;
|
||||
class XUI_Font;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
#include <vector>
|
||||
#include <qnet.h>
|
||||
#include "../../../../Minecraft.World/Util/C4JThread.h"
|
||||
|
||||
Reference in New Issue
Block a user