pragma once everywhere

This commit is contained in:
Kolyah35
2026-03-28 00:00:19 +03:00
parent a45c01d013
commit 7d3257669a
575 changed files with 37222 additions and 38345 deletions

View File

@@ -1,5 +1,4 @@
#ifndef EGLCONFIGPRINTER_H__ #pragma once
#define EGLCONFIGPRINTER_H__
#include <cstdio> #include <cstdio>
#include <string> #include <string>
@@ -122,4 +121,3 @@ public:
} }
}; };
#endif /*EGLCONFIGPRINTER_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef LICENSECODES_H__ #pragma once
#define LICENSECODES_H__
class LicenseCodes class LicenseCodes
{ {

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT__Minecraft_H__ #pragma once
#define NET_MINECRAFT_CLIENT__Minecraft_H__
#include "client/Options.h" #include "client/Options.h"
#include "client/Timer.h" #include "client/Timer.h"
@@ -137,4 +136,3 @@ protected:
static bool _hasInitedStatics; static bool _hasInitedStatics;
}; };
#endif /*NET_MINECRAFT_CLIENT__Minecraft_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef PERFORMANCE_H__ #pragma once
#define PERFORMANCE_H__
#include "platform/time.h" #include "platform/time.h"
@@ -9,4 +8,3 @@ public:
static StopwatchHandler watches; static StopwatchHandler watches;
}; };
#endif /*PERFORMANCE_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_SharedConstants_H__ #pragma once
#define NET_MINECRAFT_SharedConstants_H__
#include <string> #include <string>
@@ -31,4 +30,3 @@ namespace SharedConstants
//int FULLBRIGHT_LIGHTVALUE = 15 << 20 | 15 << 4; //int FULLBRIGHT_LIGHTVALUE = 15 << 20 | 15 << 4;
} }
#endif /*NET_MINECRAFT_SharedConstants_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef CONFIGLISTENER_H__ #pragma once
#define CONFIGLISTENER_H__
#include "PixelCalc.h" #include "PixelCalc.h"
class Minecraft; class Minecraft;
@@ -45,4 +44,3 @@ public:
virtual void onConfigChanged(const Config& config) = 0; virtual void onConfigChanged(const Config& config) = 0;
}; };
#endif /*CONFIGLISTENER_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT__MouseHandler_H__ #pragma once
#define NET_MINECRAFT_CLIENT__MouseHandler_H__
//package net.minecraft.client; //package net.minecraft.client;
@@ -25,4 +24,3 @@ private:
ITurnInput* _turnInput; ITurnInput* _turnInput;
}; };
#endif /*NET_MINECRAFT_CLIENT__MouseHandler_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT__OptionStrings_H__ #pragma once
#define NET_MINECRAFT_CLIENT__OptionStrings_H__
class OptionStrings { class OptionStrings {
public: public:
@@ -33,4 +32,3 @@ public:
}; };
#endif /*NET_MINECRAFT_CLIENT__OptionsStrings_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT__Options_H__ #pragma once
#define NET_MINECRAFT_CLIENT__Options_H__
#define SOUND_MIN_VALUE 0.0f #define SOUND_MIN_VALUE 0.0f
#define SOUND_MAX_VALUE 1.0f #define SOUND_MAX_VALUE 1.0f
@@ -163,4 +162,3 @@ private:
MinecraftClient& minecraft; MinecraftClient& minecraft;
}; };
#endif /*NET_MINECRAFT_CLIENT__Options_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT__OptionsFile_H__ #pragma once
#define NET_MINECRAFT_CLIENT__OptionsFile_H__
//package net.minecraft.client; //package net.minecraft.client;
#include <string> #include <string>
@@ -18,4 +17,3 @@ private:
std::string settingsPath; std::string settingsPath;
}; };
#endif /* NET_MINECRAFT_CLIENT__OptionsFile_H__ */

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT__Timer_H__ #pragma once
#define NET_MINECRAFT_CLIENT__Timer_H__
//package net.minecraft.client; //package net.minecraft.client;
#include "../platform/time.h" #include "../platform/time.h"
@@ -121,4 +120,3 @@ private:
float adjustTime; float adjustTime;
}; };
#endif /*NET_MINECRAFT_CLIENT__Timer_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI__Font_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI__Font_H__
//package net.minecraft.client.gui; //package net.minecraft.client.gui;
@@ -60,4 +59,3 @@ private:
unsigned char _charOffset; unsigned char _charOffset;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI__Font_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI__Gui_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI__Gui_H__
//package net.minecraft.client.gui; //package net.minecraft.client.gui;
@@ -130,4 +129,3 @@ private:
bool _openInventorySlot; bool _openInventorySlot;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI__Gui_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI__GuiComponent_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI__GuiComponent_H__
//package net.minecraft.client.gui; //package net.minecraft.client.gui;
@@ -31,4 +30,3 @@ protected:
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI__GuiComponent_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI__Screen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI__Screen_H__
//package net.minecraft.client.gui; //package net.minecraft.client.gui;
@@ -80,4 +79,3 @@ private:
Button* clickedButton; Button* clickedButton;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI__Screen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI__TweenData_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI__TweenData_H__
typedef struct TweenData { typedef struct TweenData {
float cur; float cur;
@@ -8,4 +7,3 @@ typedef struct TweenData {
float stop; float stop;
} TweenData; } TweenData;
#endif /*NET_MINECRAFT_CLIENT_GUI__TweenData_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__Button_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__Button_H__
//package net.minecraft.client.gui; //package net.minecraft.client.gui;
@@ -77,4 +76,3 @@ public:
}; };
} }
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__Button_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI__GButton_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI__GButton_H__
#include "Button.h" #include "Button.h"
class GButton: public Button { class GButton: public Button {
@@ -52,4 +51,3 @@ private:
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI__GButton_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI__GuiElement_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI__GuiElement_H__
#include "../GuiComponent.h" #include "../GuiComponent.h"
class Tesselator; class Tesselator;
@@ -31,4 +30,3 @@ public:
int height; int height;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI__GuiElement_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI__GuiElementContainer_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI__GuiElementContainer_H__
#include "GuiElement.h" #include "GuiElement.h"
#include <vector> #include <vector>
class Tesselator; class Tesselator;
@@ -25,4 +24,3 @@ protected:
std::vector<GuiElement*> children; std::vector<GuiElement*> children;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI__GuiElementContainer_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ImageButton_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ImageButton_H__
#include "Button.h" #include "Button.h"
@@ -94,4 +93,3 @@ private:
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ImageButton_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__InventoryPane_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__InventoryPane_H__
#include "ScrollingPane.h" #include "ScrollingPane.h"
#include "ImageButton.h" #include "ImageButton.h"
@@ -59,4 +58,3 @@ public:
} }
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__InventoryPane_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef ITEMPANE_H__ #pragma once
#define ITEMPANE_H__
#include <string> #include <string>
#include <vector> #include <vector>
@@ -92,4 +91,3 @@ public:
NinePatchLayer* guiSlotItemSelected; NinePatchLayer* guiSlotItemSelected;
}; };
#endif /*ITEMPANE_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__LargeImageButton_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__LargeImageButton_H__
#include "ImageButton.h" #include "ImageButton.h"
@@ -18,4 +17,3 @@ private:
float _buttonScale; float _buttonScale;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__LargeImageButton_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI__NinePatch_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI__NinePatch_H__
#include "ImageButton.h" #include "ImageButton.h"
#include "../../renderer/TextureData.h" #include "../../renderer/TextureData.h"
@@ -75,4 +74,3 @@ private:
int height; int height;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI__NinePatch_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__OptionsGroup_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__OptionsGroup_H__
//package net.minecraft.client.gui; //package net.minecraft.client.gui;
@@ -29,4 +28,3 @@ protected:
std::string label; std::string label;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__OptionsGroup_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__OptionsItem_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__OptionsItem_H__
#include <string> #include <string>
#include <vector> #include <vector>
@@ -24,4 +23,3 @@ private:
std::string m_label; std::string m_label;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__OptionsItem_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__RolledSelectionListH_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__RolledSelectionListH_H__
#include "../GuiComponent.h" #include "../GuiComponent.h"
class MinecraftClient; class MinecraftClient;
@@ -79,4 +78,3 @@ private:
float _lastxoo; float _lastxoo;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__RolledSelectionListH_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__RolledSelectionListV_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__RolledSelectionListV_H__
#include "../GuiComponent.h" #include "../GuiComponent.h"
class Minecraft; class Minecraft;
@@ -91,4 +90,3 @@ private:
float _stickPixels; float _stickPixels;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__RolledSelectionListV_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ScrolledSelectionList_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ScrolledSelectionList_H__
#include "../GuiComponent.h" #include "../GuiComponent.h"
class Minecraft; class Minecraft;
@@ -66,4 +65,3 @@ private:
int headerHeight; int headerHeight;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ScrolledSelectionList_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ScrollingPane_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ScrollingPane_H__
#include "../GuiComponent.h" #include "../GuiComponent.h"
#include "ImageButton.h" #include "ImageButton.h"
@@ -200,4 +199,3 @@ private:
float _ly; float _ly;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__ScrollingPane_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__Slider_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__Slider_H__
#include "GuiElement.h" #include "GuiElement.h"
#include "../../../client/Options.h" #include "../../../client/Options.h"
@@ -45,4 +44,3 @@ protected:
OptionInt* m_option; OptionInt* m_option;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__Slider_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_COMPONENTS__TextBox_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_COMPONENTS__TextBox_H__
//package net.minecraft.client.gui; //package net.minecraft.client.gui;
@@ -41,4 +40,3 @@ public:
bool blink; bool blink;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_COMPONENTS__TextBox_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ArmorScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ArmorScreen_H__
#include "BaseContainerScreen.h" #include "BaseContainerScreen.h"
@@ -76,4 +75,3 @@ private:
Player* player; Player* player;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ArmorScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI__BaseContainerScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI__BaseContainerScreen_H__
//package net.minecraft.client.gui.screens; //package net.minecraft.client.gui.screens;
@@ -47,4 +46,3 @@ protected:
BaseContainerMenu* menu; BaseContainerMenu* menu;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI__BaseContainerScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ChatScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ChatScreen_H__
#include "../Screen.h" #include "../Screen.h"
@@ -18,4 +17,3 @@ public:
private: private:
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ChatScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ChestScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ChestScreen_H__
#include "BaseContainerScreen.h" #include "BaseContainerScreen.h"
@@ -69,4 +68,3 @@ private:
ChestTileEntity* chest; ChestTileEntity* chest;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ChestScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ChooseLevelScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ChooseLevelScreen_H__
#include "../Screen.h" #include "../Screen.h"
#include "../../../world/level/storage/LevelStorageSource.h" #include "../../../world/level/storage/LevelStorageSource.h"
@@ -18,4 +17,3 @@ private:
LevelSummaryList levels; LevelSummaryList levels;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ChooseLevelScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ConfirmScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ConfirmScreen_H__
//package net.minecraft.client.gui; //package net.minecraft.client.gui;
@@ -37,4 +36,3 @@ private:
Button* noButton; // 1 Button* noButton; // 1
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ConfirmScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ConsoleScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ConsoleScreen_H__
#include "../Screen.h" #include "../Screen.h"
#include <string> #include <string>
@@ -31,4 +30,3 @@ private:
int _cursorBlink; // tick counter for cursor blink int _cursorBlink; // tick counter for cursor blink
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ConsoleScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__CreditsScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__CreditsScreen_H__
#include "../Screen.h" #include "../Screen.h"
#include "../components/Button.h" #include "../components/Button.h"
@@ -29,4 +28,3 @@ private:
float _scrollSpeed; float _scrollSpeed;
}; };
#endif /* NET_MINECRAFT_CLIENT_GUI_SCREENS__CreditsScreen_H__ */

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__DeathScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__DeathScreen_H__
#include "../Screen.h" #include "../Screen.h"
class Button; class Button;
@@ -27,4 +26,3 @@ private:
int _tick; int _tick;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__DeathScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__DialogDefinitions_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__DialogDefinitions_H__
class DialogDefinitions { class DialogDefinitions {
public: public:
@@ -10,4 +9,3 @@ public:
static const int DIALOG_DEMO_FEATURE_DISABLED = 98; static const int DIALOG_DEMO_FEATURE_DISABLED = 98;
}; };
#endif /*#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__DialogDefinitions_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__DisconnectionScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__DisconnectionScreen_H__
#include "../Screen.h" #include "../Screen.h"
#include "../Font.h" #include "../Font.h"
@@ -54,4 +53,3 @@ private:
Button* _back; Button* _back;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__DisconnectionScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef _FURNACESCREEN_H__ #pragma once
#define _FURNACESCREEN_H__
#include "BaseContainerScreen.h" #include "BaseContainerScreen.h"
@@ -81,4 +80,3 @@ private:
FurnaceTileEntity* furnace; FurnaceTileEntity* furnace;
}; };
#endif /*_FURNACESCREEN_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__InBedScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__InBedScreen_H__
#include "../Screen.h" #include "../Screen.h"
class Button; class Button;
@@ -23,4 +22,3 @@ private:
Button* bWakeUp; Button* bWakeUp;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__InBedScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef _MINECRAFT_INGAMEBLOCKSELECTIONSCREEN_H_ #pragma once
#define _MINECRAFT_INGAMEBLOCKSELECTIONSCREEN_H_
#include "../Screen.h" #include "../Screen.h"
#include "../../player/input/touchscreen/TouchAreaModel.h" #include "../../player/input/touchscreen/TouchAreaModel.h"
@@ -56,4 +55,3 @@ private:
RectangleArea _area; RectangleArea _area;
}; };
#endif

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__JoinGameScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__JoinGameScreen_H__
#include "../Screen.h" #include "../Screen.h"
#include "../components/Button.h" #include "../components/Button.h"
@@ -67,4 +66,3 @@ private:
AvailableGamesList* gamesList; AvailableGamesList* gamesList;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__JoinGameScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__OptionsScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__OptionsScreen_H__
#include "../Screen.h" #include "../Screen.h"
#include "../components/Button.h" #include "../components/Button.h"
@@ -46,4 +45,3 @@ private:
int selectedCategory; int selectedCategory;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__OptionsScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI__PauseScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI__PauseScreen_H__
//package net.minecraft.client.gui; //package net.minecraft.client.gui;
@@ -42,4 +41,3 @@ private:
OptionButton bHideGui; OptionButton bHideGui;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI__PauseScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__PrerenderTilesScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__PrerenderTilesScreen_H__
#include "../Screen.h" #include "../Screen.h"
@@ -159,4 +158,3 @@ private:
std::vector<ItemInstance> mItems; std::vector<ItemInstance> mItems;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__PrerenderTilesScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ProgressScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ProgressScreen_H__
#include "../Screen.h" #include "../Screen.h"
@@ -18,4 +17,3 @@ private:
int ticks; int ticks;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ProgressScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__ScreenChooser_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__ScreenChooser_H__
enum ScreenId { enum ScreenId {
SCREEN_NONE, SCREEN_NONE,
@@ -27,4 +26,3 @@ private:
MinecraftClient& _mc; MinecraftClient& _mc;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__ScreenChooser_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__SelectWorldScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__SelectWorldScreen_H__
#include "../Screen.h" #include "../Screen.h"
#include "../TweenData.h" #include "../TweenData.h"
@@ -109,4 +108,3 @@ private:
//LevelStorageSource* levels; //LevelStorageSource* levels;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__SelectWorldScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__DemoChooseLevelScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__DemoChooseLevelScreen_H__
#include "ChooseLevelScreen.h" #include "ChooseLevelScreen.h"
#include "../components/TextBox.h" #include "../components/TextBox.h"
@@ -41,4 +40,3 @@ private:
TextBox tSeed; TextBox tSeed;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__DemoChooseLevelScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__StartMenuScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__StartMenuScreen_H__
#include "../Screen.h" #include "../Screen.h"
#include "../components/Button.h" #include "../components/Button.h"
@@ -37,4 +36,3 @@ private:
std::string username; std::string username;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__StartMenuScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__TextEditScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__TextEditScreen_H__
//package net.minecraft.client.gui; //package net.minecraft.client.gui;
@@ -32,4 +31,3 @@ private:
ImageButton btnClose; ImageButton btnClose;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__TextEditScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__UploadPhotoScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__UploadPhotoScreen_H__
#include "Screen.h" #include "Screen.h"
@@ -33,4 +32,3 @@ private:
void selectSlotAndClose(); void selectSlotAndClose();
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__UploadPhotoScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS__UsernameScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS__UsernameScreen_H__
#include "../Screen.h" #include "../Screen.h"
#include "../components/Button.h" #include "../components/Button.h"
@@ -34,4 +33,3 @@ private:
int _cursorBlink; int _cursorBlink;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS__UsernameScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_CraftingFilters_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_CraftingFilters_H__
class ItemInstance; class ItemInstance;
@@ -7,4 +6,3 @@ namespace CraftingFilters {
bool isStonecutterItem(const ItemInstance& item); bool isStonecutterItem(const ItemInstance& item);
} }
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_CraftingFilters_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_PaneCraftingScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_PaneCraftingScreen_H__
#include "../../Screen.h" #include "../../Screen.h"
#include "../../../../world/item/crafting/Recipes.h" #include "../../../../world/item/crafting/Recipes.h"
@@ -103,4 +102,3 @@ private:
NinePatchLayer* guiSlotCategorySelected; NinePatchLayer* guiSlotCategorySelected;
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_PaneCraftingScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_StonecutterScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_StonecutterScreen_H__
#include "PaneCraftingScreen.h" #include "PaneCraftingScreen.h"
@@ -14,4 +13,3 @@ private:
bool filterRecipe(const Recipe& r); bool filterRecipe(const Recipe& r);
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_StonecutterScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_WorkbenchScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_WorkbenchScreen_H__
#include "PaneCraftingScreen.h" #include "PaneCraftingScreen.h"
@@ -14,4 +13,3 @@ private:
bool filterRecipe(const Recipe& r); bool filterRecipe(const Recipe& r);
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_CRAFT_WorkbenchScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchIngameBlockSelectionScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchIngameBlockSelectionScreen_H__
#include "../../Screen.h" #include "../../Screen.h"
#include "../../components/InventoryPane.h" #include "../../components/InventoryPane.h"
@@ -70,4 +69,3 @@ private:
} }
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchIngameBlockSelectionScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchJoinGameScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchJoinGameScreen_H__
#include "../../Screen.h" #include "../../Screen.h"
#include "../../components/Button.h" #include "../../components/Button.h"
@@ -71,4 +70,3 @@ private:
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchJoinGameScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchSelectWorldScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchSelectWorldScreen_H__
#include "../ConfirmScreen.h" #include "../ConfirmScreen.h"
#include "../../Screen.h" #include "../../Screen.h"
@@ -119,4 +118,3 @@ private:
}; };
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchSelectWorldScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchStartMenuScreen_H__ #pragma once
#define NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchStartMenuScreen_H__
#include "../../Screen.h" #include "../../Screen.h"
#include "../../components/LargeImageButton.h" #include "../../components/LargeImageButton.h"
@@ -40,4 +39,3 @@ private:
}; };
}; };
#endif /*NET_MINECRAFT_CLIENT_GUI_SCREENS_TOUCH__TouchStartMenuScreen_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__ChestModel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__ChestModel_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -49,4 +48,3 @@ public:
ModelPart lock; ModelPart lock;
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__ChestModel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__ChickenModel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__ChickenModel_H__
#include "Model.h" #include "Model.h"
#include "geom/ModelPart.h" #include "geom/ModelPart.h"
@@ -20,4 +19,3 @@ public:
void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale); void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale);
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__ChickenModel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__CowModel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__CowModel_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -12,4 +11,3 @@ public:
CowModel(); CowModel();
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__CowModel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__CreeperModel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__CreeperModel_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -79,4 +78,3 @@ public:
} }
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__CreeperModel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__HumanoidModel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__HumanoidModel_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -25,4 +24,3 @@ HumanoidModel(float g = 0, float yOffset = 0, int texW = 64, int texH = 32);
bool bowAndArrow; bool bowAndArrow;
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__HumanoidModel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__Model_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__Model_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -45,4 +44,3 @@ private:
//Map<String, TexOffs> mappedTexOffs = new HashMap<String, TexOffs>(); //Map<String, TexOffs> mappedTexOffs = new HashMap<String, TexOffs>();
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__Model_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__ModelInclude_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__ModelInclude_H__
#include "HumanoidModel.h" #include "HumanoidModel.h"
@@ -14,4 +13,3 @@
#include "SignModel.h" #include "SignModel.h"
#endif /*NET_MINECRAFT_CLIENT_MODEL__ModelInclude_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__PigModel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__PigModel_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -12,4 +11,3 @@ public:
PigModel(float g = 0); PigModel(float g = 0);
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__PigModel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__QuadrupedModel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__QuadrupedModel_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -25,4 +24,3 @@ protected:
float zHeadOffs; float zHeadOffs;
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__QuadrupedModel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__SheepFurModel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__SheepFurModel_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -21,4 +20,3 @@ private:
float headXRot; float headXRot;
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__SheepFurModel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__SheepModel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__SheepModel_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -20,4 +19,3 @@ private:
float headXRot; float headXRot;
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__SheepModel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__SignModel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__SignModel_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -29,4 +28,3 @@ public:
ModelPart cube2; ModelPart cube2;
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__SignModel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__SkeletonModel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__SkeletonModel_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -43,4 +42,3 @@ public:
} }
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__SkeletonModel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__SpiderModel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__SpiderModel_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -165,4 +164,3 @@ public:
} }
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__SpiderModel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__ZombieModel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__ZombieModel_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -34,4 +33,3 @@ public:
} }
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__ZombieModel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL_GEOM__Cube_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL_GEOM__Cube_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -26,4 +25,3 @@ private:
friend class ModelPart; friend class ModelPart;
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL_GEOM__Cube_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL_GEOM__ModelPart_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL_GEOM__ModelPart_H__
#include "../../renderer/gles.h" #include "../../renderer/gles.h"
@@ -71,4 +70,3 @@ private:
Model* model; Model* model;
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL_GEOM__ModelPart_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__Polygon_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__Polygon_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
#include "Vertex.h" #include "Vertex.h"
@@ -26,4 +25,3 @@ private:
bool _flipNormal; bool _flipNormal;
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__Polygon_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MODEL__Vertex_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MODEL__Vertex_H__
//package net.minecraft.client.model; //package net.minecraft.client.model;
@@ -37,4 +36,3 @@ public:
} }
}; };
#endif /*NET_MINECRAFT_CLIENT_MODEL__Vertex_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_MULTIPLAYER__MultiPlayerLevel_H__ #pragma once
#define NET_MINECRAFT_CLIENT_MULTIPLAYER__MultiPlayerLevel_H__
#include "../../world/Pos.h" #include "../../world/Pos.h"
#include "../../world/level/Level.h" #include "../../world/level/Level.h"
@@ -262,4 +261,3 @@ private:
EntitySet reEntries; EntitySet reEntries;
}; };
#endif /*NET_MINECRAFT_CLIENT_MULTIPLAYER__MultiPlayerLevel_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__BreakingItemParticle_H__ #pragma once
#define NET_MINECRAFT_CLIENT_PARTICLE__BreakingItemParticle_H__
//package net.minecraft.client.particle; //package net.minecraft.client.particle;
@@ -63,4 +62,3 @@ public:
} }
}; };
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__BreakingItemParticle_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__BubbleParticle_H__ #pragma once
#define NET_MINECRAFT_CLIENT_PARTICLE__BubbleParticle_H__
//package net.minecraft.client.particle; //package net.minecraft.client.particle;
@@ -48,4 +47,3 @@ public:
} }
}; };
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__BubbleParticle_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__CritParticle2_H__ #pragma once
#define NET_MINECRAFT_CLIENT_PARTICLE__CritParticle2_H__
//package net.minecraft.client.particle; //package net.minecraft.client.particle;
@@ -71,4 +70,3 @@ protected:
float oSize; float oSize;
}; };
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__CritParticle2_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__ExplodeParticle_H__ #pragma once
#define NET_MINECRAFT_CLIENT_PARTICLE__ExplodeParticle_H__
//package net.minecraft.client.particle; //package net.minecraft.client.particle;
@@ -48,4 +47,3 @@ public:
} }
}; };
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__ExplodeParticle_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__FlameParticle_H__ #pragma once
#define NET_MINECRAFT_CLIENT_PARTICLE__FlameParticle_H__
//package net.minecraft.client.particle; //package net.minecraft.client.particle;
@@ -70,4 +69,3 @@ public:
} }
} }
}; };
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__FlameParticle_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__HugeExplosionParticle_H__ #pragma once
#define NET_MINECRAFT_CLIENT_PARTICLE__HugeExplosionParticle_H__
//package net.minecraft.client.particle; //package net.minecraft.client.particle;
@@ -69,4 +68,3 @@ private:
Textures* textures; Textures* textures;
}; };
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__HugeExplosionParticle_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__HugeExplosionSeedParticle_H__ #pragma once
#define NET_MINECRAFT_CLIENT_PARTICLE__HugeExplosionSeedParticle_H__
//package net.minecraft.client.particle; //package net.minecraft.client.particle;
@@ -37,4 +36,3 @@ private:
int lifeTime; int lifeTime;
}; };
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__HugeExplosionSeedParticle_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__LavaParticle_H__ #pragma once
#define NET_MINECRAFT_CLIENT_PARTICLE__LavaParticle_H__
//package net.minecraft.client.particle; //package net.minecraft.client.particle;
@@ -60,4 +59,3 @@ public:
} }
}; };
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__LavaParticle_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__Particle_H__ #pragma once
#define NET_MINECRAFT_CLIENT_PARTICLE__Particle_H__
//package net.minecraft.client.particle; //package net.minecraft.client.particle;
@@ -43,4 +42,3 @@ protected:
float rCol, gCol, bCol; float rCol, gCol, bCol;
}; };
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__Particle_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__ParticleEngine_H__ #pragma once
#define NET_MINECRAFT_CLIENT_PARTICLE__ParticleEngine_H__
//package net.minecraft.client.particle; //package net.minecraft.client.particle;
@@ -51,4 +50,3 @@ private:
Random random; Random random;
}; };
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__ParticleEngine_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__ParticleInclude_H__ #pragma once
#define NET_MINECRAFT_CLIENT_PARTICLE__ParticleInclude_H__
#include "Particle.h" #include "Particle.h"
@@ -14,4 +13,3 @@
#include "HugeExplosionSeedParticle.h" #include "HugeExplosionSeedParticle.h"
#include "HugeExplosionParticle.h" #include "HugeExplosionParticle.h"
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__ParticleInclude_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__RedDustParticle_H__ #pragma once
#define NET_MINECRAFT_CLIENT_PARTICLE__RedDustParticle_H__
//package net.minecraft.client.particle; //package net.minecraft.client.particle;
@@ -70,4 +69,3 @@ public:
} }
}; };
#endif /*NET_MINECRAFT_CLIENT_PARTICLE__RedDustParticle_H__*/

View File

@@ -1,5 +1,4 @@
#ifndef NET_MINECRAFT_CLIENT_PARTICLE__SmokeParticle_H__ #pragma once
#define NET_MINECRAFT_CLIENT_PARTICLE__SmokeParticle_H__
//package net.minecraft.client.particle; //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