mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 06:00:44 +00:00
refactor: byebye using namespace std
shoo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
|
||||
#include "TexturePack.h"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
class BufferedImage;
|
||||
class File;
|
||||
class Textures;
|
||||
using namespace std;
|
||||
|
||||
|
||||
class FileTexturePack : public AbstractTexturePack
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
|
||||
#include "../../Build/Common/App_enums.h"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "TexturePack.h"
|
||||
using namespace std;
|
||||
|
||||
|
||||
class Minecraft;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user