mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-19 12:58:09 +00:00
refactor: byebye using namespace std
shoo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "GuiComponent.h"
|
||||
using namespace std;
|
||||
|
||||
|
||||
class Button : public GuiComponent
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "GuiComponent.h"
|
||||
using namespace std;
|
||||
|
||||
class Font;
|
||||
class Screen;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
class Font;
|
||||
using namespace std;
|
||||
|
||||
|
||||
class GuiComponent
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
|
||||
class GuiMessage
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
class Button;
|
||||
class GuiParticles;
|
||||
class Minecraft;
|
||||
using namespace std;
|
||||
|
||||
|
||||
class Screen : public GuiComponent
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "../GuiComponent.h"
|
||||
class Achievement;
|
||||
class ItemRenderer;
|
||||
using namespace std;
|
||||
|
||||
|
||||
class AchievementPopup : public GuiComponent
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "../Screen.h"
|
||||
using namespace std;
|
||||
|
||||
|
||||
class ChatScreen : public Screen
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "../Screen.h"
|
||||
using namespace std;
|
||||
|
||||
|
||||
class ConfirmScreen : public Screen
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
class ClientConnection;
|
||||
class Minecraft;
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
class ConnectScreen : public Screen
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "../Screen.h"
|
||||
using namespace std;
|
||||
|
||||
class Options;
|
||||
|
||||
class ControlsScreen : public Screen
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "../Screen.h"
|
||||
class EditBox;
|
||||
class LevelStorageSource;
|
||||
using namespace std;
|
||||
|
||||
|
||||
class CreateWorldScreen : public Screen
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "../Screen.h"
|
||||
using namespace std;
|
||||
|
||||
|
||||
class DisconnectedScreen : public Screen
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include "../Screen.h"
|
||||
class Options;
|
||||
using namespace std;
|
||||
|
||||
|
||||
class OptionsScreen : public Screen
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "../Screen.h"
|
||||
class Button;
|
||||
class EditBox;
|
||||
using namespace std;
|
||||
|
||||
|
||||
class RenameWorldScreen : public Screen
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include "../Screen.h"
|
||||
class SignTileEntity;
|
||||
using namespace std;
|
||||
|
||||
|
||||
class TextEditScreen : public Screen
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "../Screen.h"
|
||||
class Random;
|
||||
class Button;
|
||||
using namespace std;
|
||||
|
||||
|
||||
class TitleScreen : public Screen
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include "../Screen.h"
|
||||
class Options;
|
||||
using namespace std;
|
||||
|
||||
|
||||
class VideoSettingsScreen : public Screen
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
|
||||
#include "../Textures/Stitching/StitchedTexture.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user