mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 03:20:46 +00:00
refactor: byebye using namespace std
shoo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
|
||||
class ConsoleSavePath
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
// 4J Stu - Represents java standard library class
|
||||
|
||||
class FileFilter;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
|
||||
#include "../../Build/System.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
|
||||
#include "../../Build/stdafx.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
#include "Tag.h"
|
||||
|
||||
template <class T> class ListTag : public Tag
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include <ostream>
|
||||
#include "../Streams/InputOutputStream.h"
|
||||
using namespace std;
|
||||
|
||||
|
||||
|
||||
class Tag
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
// 4J Stu - Represents Java standard lib abstract
|
||||
|
||||
class InputStream
|
||||
|
||||
Reference in New Issue
Block a user