mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 03:30:47 +00:00
refactor: byebye using namespace std
shoo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user