mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-30 12:03:30 +00:00
pragma once everywhere
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef EGLCONFIGPRINTER_H__
|
||||
#define EGLCONFIGPRINTER_H__
|
||||
#pragma once
|
||||
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
@@ -122,4 +121,3 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif /*EGLCONFIGPRINTER_H__*/
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef LICENSECODES_H__
|
||||
#define LICENSECODES_H__
|
||||
#pragma once
|
||||
|
||||
class LicenseCodes
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT__Minecraft_H__
|
||||
#define NET_MINECRAFT_CLIENT__Minecraft_H__
|
||||
#pragma once
|
||||
|
||||
#include "client/Options.h"
|
||||
#include "client/Timer.h"
|
||||
@@ -137,4 +136,3 @@ protected:
|
||||
static bool _hasInitedStatics;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT__Minecraft_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef PERFORMANCE_H__
|
||||
#define PERFORMANCE_H__
|
||||
#pragma once
|
||||
|
||||
#include "platform/time.h"
|
||||
|
||||
@@ -9,4 +8,3 @@ public:
|
||||
static StopwatchHandler watches;
|
||||
};
|
||||
|
||||
#endif /*PERFORMANCE_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_SharedConstants_H__
|
||||
#define NET_MINECRAFT_SharedConstants_H__
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -31,4 +30,3 @@ namespace SharedConstants
|
||||
//int FULLBRIGHT_LIGHTVALUE = 15 << 20 | 15 << 4;
|
||||
}
|
||||
|
||||
#endif /*NET_MINECRAFT_SharedConstants_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef CONFIGLISTENER_H__
|
||||
#define CONFIGLISTENER_H__
|
||||
#pragma once
|
||||
|
||||
#include "PixelCalc.h"
|
||||
class Minecraft;
|
||||
@@ -45,4 +44,3 @@ public:
|
||||
virtual void onConfigChanged(const Config& config) = 0;
|
||||
};
|
||||
|
||||
#endif /*CONFIGLISTENER_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT__MouseHandler_H__
|
||||
#define NET_MINECRAFT_CLIENT__MouseHandler_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client;
|
||||
|
||||
@@ -25,4 +24,3 @@ private:
|
||||
ITurnInput* _turnInput;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT__MouseHandler_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT__OptionStrings_H__
|
||||
#define NET_MINECRAFT_CLIENT__OptionStrings_H__
|
||||
#pragma once
|
||||
|
||||
class OptionStrings {
|
||||
public:
|
||||
@@ -33,4 +32,3 @@ public:
|
||||
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT__OptionsStrings_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT__Options_H__
|
||||
#define NET_MINECRAFT_CLIENT__Options_H__
|
||||
#pragma once
|
||||
|
||||
#define SOUND_MIN_VALUE 0.0f
|
||||
#define SOUND_MAX_VALUE 1.0f
|
||||
@@ -163,4 +162,3 @@ private:
|
||||
MinecraftClient& minecraft;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT__Options_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT__OptionsFile_H__
|
||||
#define NET_MINECRAFT_CLIENT__OptionsFile_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client;
|
||||
#include <string>
|
||||
@@ -18,4 +17,3 @@ private:
|
||||
std::string settingsPath;
|
||||
};
|
||||
|
||||
#endif /* NET_MINECRAFT_CLIENT__OptionsFile_H__ */
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT__Timer_H__
|
||||
#define NET_MINECRAFT_CLIENT__Timer_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client;
|
||||
#include "../platform/time.h"
|
||||
@@ -121,4 +120,3 @@ private:
|
||||
float adjustTime;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT__Timer_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI__Font_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI__Font_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.gui;
|
||||
|
||||
@@ -60,4 +59,3 @@ private:
|
||||
unsigned char _charOffset;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI__Font_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI__Gui_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI__Gui_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.gui;
|
||||
|
||||
@@ -130,4 +129,3 @@ private:
|
||||
bool _openInventorySlot;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI__Gui_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI__GuiComponent_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI__GuiComponent_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.gui;
|
||||
|
||||
@@ -31,4 +30,3 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI__GuiComponent_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI__Screen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI__Screen_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.gui;
|
||||
|
||||
@@ -80,4 +79,3 @@ private:
|
||||
Button* clickedButton;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI__Screen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI__TweenData_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI__TweenData_H__
|
||||
#pragma once
|
||||
|
||||
typedef struct TweenData {
|
||||
float cur;
|
||||
@@ -8,4 +7,3 @@ typedef struct TweenData {
|
||||
float stop;
|
||||
} TweenData;
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI__TweenData_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__Button_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__Button_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.gui;
|
||||
|
||||
@@ -77,4 +76,3 @@ public:
|
||||
};
|
||||
}
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__Button_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI__GButton_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI__GButton_H__
|
||||
#pragma once
|
||||
#include "Button.h"
|
||||
|
||||
class GButton: public Button {
|
||||
@@ -52,4 +51,3 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI__GButton_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI__GuiElement_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI__GuiElement_H__
|
||||
#pragma once
|
||||
#include "../GuiComponent.h"
|
||||
|
||||
class Tesselator;
|
||||
@@ -31,4 +30,3 @@ public:
|
||||
int height;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI__GuiElement_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI__GuiElementContainer_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI__GuiElementContainer_H__
|
||||
#pragma once
|
||||
#include "GuiElement.h"
|
||||
#include <vector>
|
||||
class Tesselator;
|
||||
@@ -25,4 +24,3 @@ protected:
|
||||
std::vector<GuiElement*> children;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI__GuiElementContainer_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ImageButton_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ImageButton_H__
|
||||
#pragma once
|
||||
|
||||
#include "Button.h"
|
||||
|
||||
@@ -94,4 +93,3 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ImageButton_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__InventoryPane_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__InventoryPane_H__
|
||||
#pragma once
|
||||
|
||||
#include "ScrollingPane.h"
|
||||
#include "ImageButton.h"
|
||||
@@ -59,4 +58,3 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__InventoryPane_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef ITEMPANE_H__
|
||||
#define ITEMPANE_H__
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -92,4 +91,3 @@ public:
|
||||
NinePatchLayer* guiSlotItemSelected;
|
||||
};
|
||||
|
||||
#endif /*ITEMPANE_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__LargeImageButton_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__LargeImageButton_H__
|
||||
#pragma once
|
||||
|
||||
#include "ImageButton.h"
|
||||
|
||||
@@ -18,4 +17,3 @@ private:
|
||||
float _buttonScale;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__LargeImageButton_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI__NinePatch_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI__NinePatch_H__
|
||||
#pragma once
|
||||
|
||||
#include "ImageButton.h"
|
||||
#include "../../renderer/TextureData.h"
|
||||
@@ -75,4 +74,3 @@ private:
|
||||
int height;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI__NinePatch_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__OptionsGroup_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__OptionsGroup_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.gui;
|
||||
|
||||
@@ -29,4 +28,3 @@ protected:
|
||||
std::string label;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__OptionsGroup_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__OptionsItem_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__OptionsItem_H__
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -24,4 +23,3 @@ private:
|
||||
std::string m_label;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__OptionsItem_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__RolledSelectionListH_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__RolledSelectionListH_H__
|
||||
#pragma once
|
||||
|
||||
#include "../GuiComponent.h"
|
||||
class MinecraftClient;
|
||||
@@ -79,4 +78,3 @@ private:
|
||||
float _lastxoo;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__RolledSelectionListH_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__RolledSelectionListV_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__RolledSelectionListV_H__
|
||||
#pragma once
|
||||
|
||||
#include "../GuiComponent.h"
|
||||
class Minecraft;
|
||||
@@ -91,4 +90,3 @@ private:
|
||||
float _stickPixels;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__RolledSelectionListV_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ScrolledSelectionList_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ScrolledSelectionList_H__
|
||||
#pragma once
|
||||
|
||||
#include "../GuiComponent.h"
|
||||
class Minecraft;
|
||||
@@ -66,4 +65,3 @@ private:
|
||||
int headerHeight;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ScrolledSelectionList_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ScrollingPane_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ScrollingPane_H__
|
||||
#pragma once
|
||||
|
||||
#include "../GuiComponent.h"
|
||||
#include "ImageButton.h"
|
||||
@@ -200,4 +199,3 @@ private:
|
||||
float _ly;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ScrollingPane_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__Slider_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__Slider_H__
|
||||
#pragma once
|
||||
|
||||
#include "GuiElement.h"
|
||||
#include "../../../client/Options.h"
|
||||
@@ -45,4 +44,3 @@ protected:
|
||||
OptionInt* m_option;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__Slider_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__TextBox_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__TextBox_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.gui;
|
||||
|
||||
@@ -41,4 +40,3 @@ public:
|
||||
bool blink;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__TextBox_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ArmorScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ArmorScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "BaseContainerScreen.h"
|
||||
|
||||
@@ -76,4 +75,3 @@ private:
|
||||
Player* player;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ArmorScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI__BaseContainerScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI__BaseContainerScreen_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.gui.screens;
|
||||
|
||||
@@ -47,4 +46,3 @@ protected:
|
||||
BaseContainerMenu* menu;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI__BaseContainerScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ChatScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ChatScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
|
||||
@@ -18,4 +17,3 @@ public:
|
||||
private:
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ChatScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ChestScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ChestScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "BaseContainerScreen.h"
|
||||
|
||||
@@ -69,4 +68,3 @@ private:
|
||||
ChestTileEntity* chest;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ChestScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ChooseLevelScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ChooseLevelScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
#include "../../../world/level/storage/LevelStorageSource.h"
|
||||
@@ -18,4 +17,3 @@ private:
|
||||
LevelSummaryList levels;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ChooseLevelScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ConfirmScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ConfirmScreen_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.gui;
|
||||
|
||||
@@ -37,4 +36,3 @@ private:
|
||||
Button* noButton; // 1
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ConfirmScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ConsoleScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ConsoleScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
#include <string>
|
||||
@@ -31,4 +30,3 @@ private:
|
||||
int _cursorBlink; // tick counter for cursor blink
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ConsoleScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__CreditsScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__CreditsScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
#include "../components/Button.h"
|
||||
@@ -29,4 +28,3 @@ private:
|
||||
float _scrollSpeed;
|
||||
};
|
||||
|
||||
#endif /* NET_MINECRAFT_CLIENT_GUI_SCREENS__CreditsScreen_H__ */
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__DeathScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__DeathScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
class Button;
|
||||
@@ -27,4 +26,3 @@ private:
|
||||
int _tick;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__DeathScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__DialogDefinitions_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__DialogDefinitions_H__
|
||||
#pragma once
|
||||
|
||||
class DialogDefinitions {
|
||||
public:
|
||||
@@ -10,4 +9,3 @@ public:
|
||||
static const int DIALOG_DEMO_FEATURE_DISABLED = 98;
|
||||
};
|
||||
|
||||
#endif /*#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__DialogDefinitions_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__DisconnectionScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__DisconnectionScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
#include "../Font.h"
|
||||
@@ -54,4 +53,3 @@ private:
|
||||
Button* _back;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__DisconnectionScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef _FURNACESCREEN_H__
|
||||
#define _FURNACESCREEN_H__
|
||||
#pragma once
|
||||
|
||||
#include "BaseContainerScreen.h"
|
||||
|
||||
@@ -81,4 +80,3 @@ private:
|
||||
FurnaceTileEntity* furnace;
|
||||
};
|
||||
|
||||
#endif /*_FURNACESCREEN_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__InBedScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__InBedScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
class Button;
|
||||
@@ -23,4 +22,3 @@ private:
|
||||
Button* bWakeUp;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__InBedScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef _MINECRAFT_INGAMEBLOCKSELECTIONSCREEN_H_
|
||||
#define _MINECRAFT_INGAMEBLOCKSELECTIONSCREEN_H_
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
#include "../../player/input/touchscreen/TouchAreaModel.h"
|
||||
@@ -56,4 +55,3 @@ private:
|
||||
RectangleArea _area;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__JoinGameScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__JoinGameScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
#include "../components/Button.h"
|
||||
@@ -67,4 +66,3 @@ private:
|
||||
AvailableGamesList* gamesList;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__JoinGameScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__OptionsScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__OptionsScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
#include "../components/Button.h"
|
||||
@@ -46,4 +45,3 @@ private:
|
||||
int selectedCategory;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__OptionsScreen_H__*/
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI__PauseScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI__PauseScreen_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.gui;
|
||||
|
||||
@@ -42,4 +41,3 @@ private:
|
||||
OptionButton bHideGui;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI__PauseScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__PrerenderTilesScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__PrerenderTilesScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
|
||||
@@ -159,4 +158,3 @@ private:
|
||||
std::vector<ItemInstance> mItems;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__PrerenderTilesScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ProgressScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ProgressScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
|
||||
@@ -18,4 +17,3 @@ private:
|
||||
int ticks;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ProgressScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ScreenChooser_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ScreenChooser_H__
|
||||
#pragma once
|
||||
|
||||
enum ScreenId {
|
||||
SCREEN_NONE,
|
||||
@@ -27,4 +26,3 @@ private:
|
||||
MinecraftClient& _mc;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ScreenChooser_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__SelectWorldScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__SelectWorldScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
#include "../TweenData.h"
|
||||
@@ -109,4 +108,3 @@ private:
|
||||
//LevelStorageSource* levels;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__SelectWorldScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__DemoChooseLevelScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__DemoChooseLevelScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "ChooseLevelScreen.h"
|
||||
#include "../components/TextBox.h"
|
||||
@@ -41,4 +40,3 @@ private:
|
||||
TextBox tSeed;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__DemoChooseLevelScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__StartMenuScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__StartMenuScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
#include "../components/Button.h"
|
||||
@@ -37,4 +36,3 @@ private:
|
||||
std::string username;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__StartMenuScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__TextEditScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__TextEditScreen_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.gui;
|
||||
|
||||
@@ -32,4 +31,3 @@ private:
|
||||
ImageButton btnClose;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__TextEditScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__UploadPhotoScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__UploadPhotoScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "Screen.h"
|
||||
|
||||
@@ -33,4 +32,3 @@ private:
|
||||
void selectSlotAndClose();
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__UploadPhotoScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__UsernameScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__UsernameScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../Screen.h"
|
||||
#include "../components/Button.h"
|
||||
@@ -34,4 +33,3 @@ private:
|
||||
int _cursorBlink;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__UsernameScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_CraftingFilters_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_CraftingFilters_H__
|
||||
#pragma once
|
||||
|
||||
class ItemInstance;
|
||||
|
||||
@@ -7,4 +6,3 @@ namespace CraftingFilters {
|
||||
bool isStonecutterItem(const ItemInstance& item);
|
||||
}
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_CraftingFilters_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_PaneCraftingScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_PaneCraftingScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../../Screen.h"
|
||||
#include "../../../../world/item/crafting/Recipes.h"
|
||||
@@ -103,4 +102,3 @@ private:
|
||||
NinePatchLayer* guiSlotCategorySelected;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_PaneCraftingScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_StonecutterScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_StonecutterScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "PaneCraftingScreen.h"
|
||||
|
||||
@@ -14,4 +13,3 @@ private:
|
||||
bool filterRecipe(const Recipe& r);
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_StonecutterScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_WorkbenchScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_WorkbenchScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "PaneCraftingScreen.h"
|
||||
|
||||
@@ -14,4 +13,3 @@ private:
|
||||
bool filterRecipe(const Recipe& r);
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_WorkbenchScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchIngameBlockSelectionScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchIngameBlockSelectionScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../../Screen.h"
|
||||
#include "../../components/InventoryPane.h"
|
||||
@@ -70,4 +69,3 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchIngameBlockSelectionScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchJoinGameScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchJoinGameScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../../Screen.h"
|
||||
#include "../../components/Button.h"
|
||||
@@ -71,4 +70,3 @@ private:
|
||||
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchJoinGameScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchSelectWorldScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchSelectWorldScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../ConfirmScreen.h"
|
||||
#include "../../Screen.h"
|
||||
@@ -119,4 +118,3 @@ private:
|
||||
};
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchSelectWorldScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchStartMenuScreen_H__
|
||||
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchStartMenuScreen_H__
|
||||
#pragma once
|
||||
|
||||
#include "../../Screen.h"
|
||||
#include "../../components/LargeImageButton.h"
|
||||
@@ -40,4 +39,3 @@ private:
|
||||
};
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchStartMenuScreen_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__ChestModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__ChestModel_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -49,4 +48,3 @@ public:
|
||||
ModelPart lock;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__ChestModel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__ChickenModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__ChickenModel_H__
|
||||
#pragma once
|
||||
|
||||
#include "Model.h"
|
||||
#include "geom/ModelPart.h"
|
||||
@@ -20,4 +19,3 @@ public:
|
||||
void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale);
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__ChickenModel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__CowModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__CowModel_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -12,4 +11,3 @@ public:
|
||||
CowModel();
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__CowModel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__CreeperModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__CreeperModel_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -79,4 +78,3 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__CreeperModel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__HumanoidModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__HumanoidModel_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -25,4 +24,3 @@ HumanoidModel(float g = 0, float yOffset = 0, int texW = 64, int texH = 32);
|
||||
bool bowAndArrow;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__HumanoidModel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__Model_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__Model_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -45,4 +44,3 @@ private:
|
||||
//Map<String, TexOffs> mappedTexOffs = new HashMap<String, TexOffs>();
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__Model_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__ModelInclude_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__ModelInclude_H__
|
||||
#pragma once
|
||||
|
||||
#include "HumanoidModel.h"
|
||||
|
||||
@@ -14,4 +13,3 @@
|
||||
|
||||
#include "SignModel.h"
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__ModelInclude_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__PigModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__PigModel_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -12,4 +11,3 @@ public:
|
||||
PigModel(float g = 0);
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__PigModel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__QuadrupedModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__QuadrupedModel_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -25,4 +24,3 @@ protected:
|
||||
float zHeadOffs;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__QuadrupedModel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__SheepFurModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__SheepFurModel_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -21,4 +20,3 @@ private:
|
||||
float headXRot;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__SheepFurModel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__SheepModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__SheepModel_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -20,4 +19,3 @@ private:
|
||||
float headXRot;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__SheepModel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__SignModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__SignModel_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -29,4 +28,3 @@ public:
|
||||
ModelPart cube2;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__SignModel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__SkeletonModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__SkeletonModel_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -43,4 +42,3 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__SkeletonModel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__SpiderModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__SpiderModel_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -165,4 +164,3 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__SpiderModel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__ZombieModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__ZombieModel_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -34,4 +33,3 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__ZombieModel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL_GEOM__Cube_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL_GEOM__Cube_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -26,4 +25,3 @@ private:
|
||||
friend class ModelPart;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL_GEOM__Cube_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL_GEOM__ModelPart_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL_GEOM__ModelPart_H__
|
||||
#pragma once
|
||||
|
||||
#include "../../renderer/gles.h"
|
||||
|
||||
@@ -71,4 +70,3 @@ private:
|
||||
Model* model;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL_GEOM__ModelPart_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__Polygon_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__Polygon_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
#include "Vertex.h"
|
||||
@@ -26,4 +25,3 @@ private:
|
||||
bool _flipNormal;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__Polygon_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__Vertex_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__Vertex_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
@@ -37,4 +36,3 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__Vertex_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MULTIPLAYER__MultiPlayerLevel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MULTIPLAYER__MultiPlayerLevel_H__
|
||||
#pragma once
|
||||
|
||||
#include "../../world/Pos.h"
|
||||
#include "../../world/level/Level.h"
|
||||
@@ -262,4 +261,3 @@ private:
|
||||
EntitySet reEntries;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MULTIPLAYER__MultiPlayerLevel_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__BreakingItemParticle_H__
|
||||
#define NET_MINECRAFT_CLIENT_PARTICLE__BreakingItemParticle_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.particle;
|
||||
|
||||
@@ -63,4 +62,3 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__BreakingItemParticle_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__BubbleParticle_H__
|
||||
#define NET_MINECRAFT_CLIENT_PARTICLE__BubbleParticle_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.particle;
|
||||
|
||||
@@ -48,4 +47,3 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__BubbleParticle_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__CritParticle2_H__
|
||||
#define NET_MINECRAFT_CLIENT_PARTICLE__CritParticle2_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.particle;
|
||||
|
||||
@@ -71,4 +70,3 @@ protected:
|
||||
float oSize;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__CritParticle2_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__ExplodeParticle_H__
|
||||
#define NET_MINECRAFT_CLIENT_PARTICLE__ExplodeParticle_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.particle;
|
||||
|
||||
@@ -48,4 +47,3 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__ExplodeParticle_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__FlameParticle_H__
|
||||
#define NET_MINECRAFT_CLIENT_PARTICLE__FlameParticle_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.particle;
|
||||
|
||||
@@ -70,4 +69,3 @@ public:
|
||||
}
|
||||
}
|
||||
};
|
||||
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__FlameParticle_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__HugeExplosionParticle_H__
|
||||
#define NET_MINECRAFT_CLIENT_PARTICLE__HugeExplosionParticle_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.particle;
|
||||
|
||||
@@ -69,4 +68,3 @@ private:
|
||||
Textures* textures;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__HugeExplosionParticle_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__HugeExplosionSeedParticle_H__
|
||||
#define NET_MINECRAFT_CLIENT_PARTICLE__HugeExplosionSeedParticle_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.particle;
|
||||
|
||||
@@ -37,4 +36,3 @@ private:
|
||||
int lifeTime;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__HugeExplosionSeedParticle_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__LavaParticle_H__
|
||||
#define NET_MINECRAFT_CLIENT_PARTICLE__LavaParticle_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.particle;
|
||||
|
||||
@@ -60,4 +59,3 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__LavaParticle_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__Particle_H__
|
||||
#define NET_MINECRAFT_CLIENT_PARTICLE__Particle_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.particle;
|
||||
|
||||
@@ -43,4 +42,3 @@ protected:
|
||||
float rCol, gCol, bCol;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__Particle_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__ParticleEngine_H__
|
||||
#define NET_MINECRAFT_CLIENT_PARTICLE__ParticleEngine_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.particle;
|
||||
|
||||
@@ -51,4 +50,3 @@ private:
|
||||
Random random;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__ParticleEngine_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__ParticleInclude_H__
|
||||
#define NET_MINECRAFT_CLIENT_PARTICLE__ParticleInclude_H__
|
||||
#pragma once
|
||||
|
||||
#include "Particle.h"
|
||||
|
||||
@@ -14,4 +13,3 @@
|
||||
#include "HugeExplosionSeedParticle.h"
|
||||
#include "HugeExplosionParticle.h"
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__ParticleInclude_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__RedDustParticle_H__
|
||||
#define NET_MINECRAFT_CLIENT_PARTICLE__RedDustParticle_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.particle;
|
||||
|
||||
@@ -70,4 +69,3 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__RedDustParticle_H__*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__SmokeParticle_H__
|
||||
#define NET_MINECRAFT_CLIENT_PARTICLE__SmokeParticle_H__
|
||||
#pragma once
|
||||
|
||||
//package net.minecraft.client.particle;
|
||||
|
||||
@@ -66,4 +65,3 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__SmokeParticle_H__*/
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user